#0A8575

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

Shades of Surfie Green #0A8575

Tints of Surfie Green #0A8575

Color information

#0A8575 (or 0x0A8575) is unknown color: approx Surfie Green. HEX triplet: 0A, 85 and 75. RGB value is (10,133,117). Sum of RGB (Red+Green+Blue) = 10+133+117=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8575 is #F57A8A. Grayscale: #5E5E5E. Windows color (decimal): -16087691 or 7701770. OLE color: 7701770.

HSL color Cylindrical-coordinate representation of color #0A8575: hue angle of 172.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8575 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB10133117-
CMYK0.9200.120.48
HSL172.2º86.01%28.04%-
HSV(B)172.2º92.48%52.16%-
XYZ11.7218.1219.71-
YUV94.4140.7567.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.85%
GREEN value IS 133 (52.34% from 255) = 51.15%
BLUE value IS 117 (46.09% from 255) = 45%
R=3.85%
G=51.15%
B=45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101331170.9200.120.48172.286.0128.04
HexA85755C0C30ac561c
Octal122051651340146025412634
Binary101010000101111010110111000110011000010101100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8575; }

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

 H1.HeaderClassName
 {
   color: #0A8575;
 }
 .AnyTagClassName
 {
   color: #0A8575;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0A8575;
 }
 .BgClassName
 {
   background-color: #0A8575;
 }
</style>
border-color css

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

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

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