#0AC586

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

Shades of Caribbean Green #0AC586

Tints of Caribbean Green #0AC586

Color information

#0AC586 (or 0x0AC586) is unknown color: approx Caribbean Green. HEX triplet: 0A, C5 and 86. RGB value is (10,197,134). Sum of RGB (Red+Green+Blue) = 10+197+134=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC586 is #F53A79. Grayscale: #858585. Windows color (decimal): -16071290 or 8832266. OLE color: 8832266.

HSL color Cylindrical-coordinate representation of color #0AC586: hue angle of 159.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC586 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB10197134-
CMYK0.9500.320.23
HSL159.79º90.34%40.59%-
HSV(B)159.79º94.92%77.25%-
XYZ24.3941.7229.32-
YUV133.9128.0539.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.93%
GREEN value IS 197 (77.34% from 255) = 57.77%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=2.93%
G=57.77%
B=39.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal101971340.9500.320.23159.7990.3440.59
HexAC5865F02017a05a29
Octal123052061370402724013251
Binary101011000101100001101011111010000010111101000001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,197,134); }

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

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

 a { background-color: rgb(10,197,134); }

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

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

 span { border-color: rgb(10,197,134); }

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