#008276

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

Shades of Surfie Green #008276

Tints of Surfie Green #008276

Color information

#008276 (or 0x008276) is unknown color: approx Surfie Green. HEX triplet: 00, 82 and 76. RGB value is (0,130,118). Sum of RGB (Red+Green+Blue) = 0+130+118=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #008276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008276 is #FF7D89. Grayscale: #595959. Windows color (decimal): -16743818 or 7766528. OLE color: 7766528.

HSL color Cylindrical-coordinate representation of color #008276: hue angle of 174.46º 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 #008276 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB0130118-
CMYK100.090.49
HSL174.46º100%25.49%-
HSV(B)174.46º100%50.98%-
XYZ11.2517.2719.88-
YUV89.76143.9363.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=0%
G=52.42%
B=47.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130118100.090.49174.4610025.49
Hex08276640931ae6419
Octal02021661440116125614431
Binary010000010111011011001000100111000110101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008276; }

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

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

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

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

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

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

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

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