Html Css Color HEX #008474 Surfie Green

📋 copy color: '#008474'

red 0 ◦ green 132 ◦ blue 116

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

Shades of Surfie Green #008474

Tints of Surfie Green #008474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 0%
G = 53.23%
B = 46.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#008474 (or 0x008474) is known color: Surfie Green. HEX triplet: 00, 84 and 74. RGB value is (0,132,116). Sum of RGB (Red+Green+Blue) = 0+132+116=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #008474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008474 is #FF7B8B. Grayscale: #5A5A5A. Windows color (decimal): -16743308 or 7635968. OLE color: 7635968.

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

Color convert

RGB 0 132 116 -
CMYK 1 0 0.12 0.48
HSL 172.73º 1% 0.26% -
HSV(B) 172.73º 1% 0.52% -
XYZ 11.4 17.76 19.35 -
YUV 90.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 0 132 116 1 0 0.12 0.48 172.73 1 0.26
Hex 0 84 74 64 0 C 30 AD 64 1A
Octal 0 204 164 144 0 14 60 255 144 32
Binary 0 10000100 1110100 1100100 0 1100 110000 10101101 1100100 11010

Color Harmonies of #008474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008474

Black with #008474

Text Example


Text Example

White with #008474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008474; }

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

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

background-color css

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

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

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

border-color css

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

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

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