Html Css Color HEX #008176 Surfie Green

📋 copy color: '#008176'

red 0 ◦ green 129 ◦ blue 118

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

Shades of Surfie Green #008176

Tints of Surfie Green #008176

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 129 (50.78% from 255) = 52.23%

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

R = 0%
G = 52.23%
B = 47.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#008176 (or 0x008176) is known color: Surfie Green. HEX triplet: 00, 81 and 76. RGB value is (0,129,118). Sum of RGB (Red+Green+Blue) = 0+129+118=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #008176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008176 is #FF7E89. Grayscale: #595959. Windows color (decimal): -16744074 or 7766272. OLE color: 7766272.

HSL color Cylindrical-coordinate representation of color #008176: hue angle of 174.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008176 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 118 -
CMYK 1 0 0.09 0.49
HSL 174.88º 1% 0.25% -
HSV(B) 174.88º 1% 0.51% -
XYZ 11.12 17.01 19.84 -
YUV 89.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 0 129 118 1 0 0.09 0.49 174.88 1 0.25
Hex 0 81 76 64 0 9 31 AF 64 19
Octal 0 201 166 144 0 11 61 257 144 31
Binary 0 10000001 1110110 1100100 0 1001 110001 10101111 1100100 11001

Color Harmonies of #008176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008176

Black with #008176

Text Example


Text Example

White with #008176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008176; }

 p { color: rgb(0,129,118); }

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

background-color css

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

 a { background-color: rgb(0,129,118); }

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

border-color css

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

 span { border-color: rgb(0,129,118); }

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