Html Css Color HEX #008476 Surfie Green

📋 copy color: '#008476'

red 0 ◦ green 132 ◦ blue 118

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

Shades of Surfie Green #008476

Tints of Surfie Green #008476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 0%
G = 52.8%
B = 47.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#008476 (or 0x008476) is known color: Surfie Green. HEX triplet: 00, 84 and 76. RGB value is (0,132,118). Sum of RGB (Red+Green+Blue) = 0+132+118=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #008476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008476 is #FF7B89. Grayscale: #5A5A5A. Windows color (decimal): -16743306 or 7767040. OLE color: 7767040.

HSL color Cylindrical-coordinate representation of color #008476: hue angle of 173.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008476 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 118 -
CMYK 1 0 0.11 0.48
HSL 173.64º 1% 0.26% -
HSV(B) 173.64º 1% 0.52% -
XYZ 11.52 17.81 19.97 -
YUV 90.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 0 132 118 1 0 0.11 0.48 173.64 1 0.26
Hex 0 84 76 64 0 B 30 AE 64 1A
Octal 0 204 166 144 0 13 60 256 144 32
Binary 0 10000100 1110110 1100100 0 1011 110000 10101110 1100100 11010

Color Harmonies of #008476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008476

Black with #008476

Text Example


Text Example

White with #008476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008476; }

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

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

background-color css

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

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

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

border-color css

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

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

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