Html Css Color HEX #0A8575 Surfie Green

📋 copy color: '#0A8575'

red 10 ◦ green 133 ◦ blue 117

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

Shades of Surfie Green #0A8575

Tints of Surfie Green #0A8575

RGB

 RED value IS 10 (4.3% 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 value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#0A8575 (or 0x0A8575) is known color: 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

RGB 10 133 117 -
CMYK 0.92 0 0.12 0.48
HSL 172.2º 0.86% 0.28% -
HSV(B) 172.2º 0.92% 0.52% -
XYZ 11.72 18.12 19.71 -
YUV 94.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 10 133 117 0.92 0 0.12 0.48 172.2 0.86 0.28
Hex A 85 75 5C 0 C 30 AC 56 1C
Octal 12 205 165 134 0 14 60 254 126 34
Binary 1010 10000101 1110101 1011100 0 1100 110000 10101100 1010110 11100

Color Harmonies of #0A8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8575

Black with #0A8575

Text Example


Text Example

White with #0A8575

Text Example


Text Example

HTML Codes & Css Web 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>