#11777D

Color #11777D Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #11777D

Tints of Surfie Green #11777D

Color information

#11777D (or 0x11777D) is unknown color: approx Surfie Green. HEX triplet: 11, 77 and 7D. RGB value is (17,119,125). Sum of RGB (Red+Green+Blue) = 17+119+125=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #11777D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11777D is #EE8882. Grayscale: #595959. Windows color (decimal): -15632515 or 8222481. OLE color: 8222481.

HSL color Cylindrical-coordinate representation of color #11777D: hue angle of 183.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11777D is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB17119125-
CMYK0.860.0500.51
HSL183.33º76.06%27.84%-
HSV(B)183.33º86.4%49.02%-
XYZ10.5314.7921.7-
YUV89.19148.2176.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=6.51%
G=45.59%
B=47.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal171191250.860.0500.51183.3376.0627.84
Hex11777D565033b74c1c
Octal21167175126506326711434
Binary10001111011111111011010110101011001110110111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11777D; }

 p { color: rgb(17,119,125); }

 H1.HeaderClassName
 {
   color: #11777D;
 }
 .AnyTagClassName
 {
   color: #11777D;
 }
</style>
background-color css

<style>
 a { background-color: #11777D; }

 a { background-color: rgb(17,119,125); }

 div.DivClassName
 {
   background-color: #11777D;
 }
 .BgClassName
 {
   background-color: #11777D;
 }
</style>
border-color css

<style>
 span { border-color: #11777D; }

 span { border-color: rgb(17,119,125); }

 td.TdClassName
 {
   border-color: #11777D;
 }
 .TagClassName
 {
   border-color: #11777D;
 }
</style>