Html Css Color HEX #117276 Surfie Green

📋 copy color: '#117276'

red 17 ◦ green 114 ◦ blue 118

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

Shades of Surfie Green #117276

Tints of Surfie Green #117276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 6.83%
G = 45.78%
B = 47.39%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#117276 (or 0x117276) is known color: Surfie Green. HEX triplet: 11, 72 and 76. RGB value is (17,114,118). Sum of RGB (Red+Green+Blue) = 17+114+118=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #117276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117276 is #EE8D89. Grayscale: #555555. Windows color (decimal): -15633802 or 7762449. OLE color: 7762449.

HSL color Cylindrical-coordinate representation of color #117276: hue angle of 182.38º 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 #117276 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 114 118 -
CMYK 0.86 0.03 0 0.54
HSL 182.38º 0.75% 0.26% -
HSV(B) 182.38º 0.86% 0.46% -
XYZ 9.52 13.46 19.24 -
YUV 85.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 17 114 118 0.86 0.03 0 0.54 182.38 0.75 0.26
Hex 11 72 76 56 3 0 36 B6 4B 1A
Octal 21 162 166 126 3 0 66 266 113 32
Binary 10001 1110010 1110110 1010110 11 0 110110 10110110 1001011 11010

Color Harmonies of #117276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117276

Black with #117276

Text Example


Text Example

White with #117276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117276; }

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

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

background-color css

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

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

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

border-color css

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

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

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