Html Css Color HEX #008575 Surfie Green

📋 copy color: '#008575'

red 0 ◦ green 133 ◦ blue 117

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

Shades of Surfie Green #008575

Tints of Surfie Green #008575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

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

R = 0%
G = 53.2%
B = 46.8%

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

#008575 (or 0x008575) is known color: Surfie Green. HEX triplet: 00, 85 and 75. RGB value is (0,133,117). Sum of RGB (Red+Green+Blue) = 0+133+117=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #008575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008575 is #FF7A8A. Grayscale: #5B5B5B. Windows color (decimal): -16743051 or 7701760. OLE color: 7701760.

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

Color convert

RGB 0 133 117 -
CMYK 1 0 0.12 0.48
HSL 172.78º 1% 0.26% -
HSV(B) 172.78º 1% 0.52% -
XYZ 11.6 18.06 19.7 -
YUV 91.41 142.44 62.8 -
System Red Green Blue C M Y K H S L
Decimal 0 133 117 1 0 0.12 0.48 172.78 1 0.26
Hex 0 85 75 64 0 C 30 AD 64 1A
Octal 0 205 165 144 0 14 60 255 144 32
Binary 0 10000101 1110101 1100100 0 1100 110000 10101101 1100100 11010

Color Harmonies of #008575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008575

Black with #008575

Text Example


Text Example

White with #008575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008575; }

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

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

background-color css

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

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

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

border-color css

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

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

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