Html Css Color HEX #11777D Surfie Green

📋 copy color: '#11777D'

red 17 ◦ green 119 ◦ blue 125

#11777D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #11777D

Tints of Surfie Green #11777D

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 value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11777D (or 0x11777D) is known color: 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

RGB 17 119 125 -
CMYK 0.86 0.05 0 0.51
HSL 183.33º 0.76% 0.28% -
HSV(B) 183.33º 0.86% 0.49% -
XYZ 10.53 14.79 21.7 -
YUV 89.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 17 119 125 0.86 0.05 0 0.51 183.33 0.76 0.28
Hex 11 77 7D 56 5 0 33 B7 4C 1C
Octal 21 167 175 126 5 0 63 267 114 34
Binary 10001 1110111 1111101 1010110 101 0 110011 10110111 1001100 11100

Color Harmonies of #11777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11777D

Black with #11777D

Text Example


Text Example

White with #11777D

Text Example


Text Example

HTML Codes & Css Web 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>