Html Css Color HEX #008475 Surfie Green

📋 copy color: '#008475'

red 0 ◦ green 132 ◦ blue 117

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

Shades of Surfie Green #008475

Tints of Surfie Green #008475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 0%
G = 53.01%
B = 46.99%

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

#008475 (or 0x008475) is known color: Surfie Green. HEX triplet: 00, 84 and 75. RGB value is (0,132,117). Sum of RGB (Red+Green+Blue) = 0+132+117=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #008475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008475 is #FF7B8A. Grayscale: #5A5A5A. Windows color (decimal): -16743307 or 7701504. OLE color: 7701504.

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

Color convert

RGB 0 132 117 -
CMYK 1 0 0.11 0.48
HSL 173.18º 1% 0.26% -
HSV(B) 173.18º 1% 0.52% -
XYZ 11.46 17.79 19.66 -
YUV 90.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 0 132 117 1 0 0.11 0.48 173.18 1 0.26
Hex 0 84 75 64 0 B 30 AD 64 1A
Octal 0 204 165 144 0 13 60 255 144 32
Binary 0 10000100 1110101 1100100 0 1011 110000 10101101 1100100 11010

Color Harmonies of #008475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008475

Black with #008475

Text Example


Text Example

White with #008475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008475; }

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

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

background-color css

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

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

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

border-color css

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

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

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