Html Css Color HEX #117576 Surfie Green

📋 copy color: '#117576'

red 17 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #117576

Tints of Surfie Green #117576

RGB

 RED value IS 17 (7.03% from 255) = 6.75%

 GREEN value IS 117 (46.09% from 255) = 46.43%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 6.75%
G = 46.43%
B = 46.83%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#117576 (or 0x117576) is known color: Surfie Green. HEX triplet: 11, 75 and 76. RGB value is (17,117,118). Sum of RGB (Red+Green+Blue) = 17+117+118=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #117576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117576 is #EE8A89. Grayscale: #575757. Windows color (decimal): -15633034 or 7763217. OLE color: 7763217.

HSL color Cylindrical-coordinate representation of color #117576: hue angle of 180.59º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117576 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 118 -
CMYK 0.86 0.01 0 0.54
HSL 180.59º 0.75% 0.26% -
HSV(B) 180.59º 0.86% 0.46% -
XYZ 9.86 14.15 19.35 -
YUV 87.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 17 117 118 0.86 0.01 0 0.54 180.59 0.75 0.26
Hex 11 75 76 56 1 0 36 B5 4B 1A
Octal 21 165 166 126 1 0 66 265 113 32
Binary 10001 1110101 1110110 1010110 1 0 110110 10110101 1001011 11010

Color Harmonies of #117576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117576

Black with #117576

Text Example


Text Example

White with #117576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117576; }

 p { color: rgb(17,117,118); }

 H1.HeaderClassName
 {
   color: #117576;
 }
 .AnyTagClassName
 {
   color: #117576;
 }
</style>

background-color css

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

 a { background-color: rgb(17,117,118); }

 div.DivClassName
 {
   background-color: #117576;
 }
 .BgClassName
 {
   background-color: #117576;
 }
</style>

border-color css

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

 span { border-color: rgb(17,117,118); }

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