#008575

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

Shades of Surfie Green #008575

Tints of Surfie Green #008575

Color information

#008575 (or 0x008575) is unknown color: approx 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

RGB0133117-
CMYK100.120.48
HSL172.78º100%26.08%-
HSV(B)172.78º100%52.16%-
XYZ11.618.0619.7-
YUV91.41142.4462.8-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133117100.120.48172.7810026.08
Hex08575640C30ad641a
Octal02051651440146025514432
Binary010000101111010111001000110011000010101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>