#0ACD89

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

Shades of Caribbean Green #0ACD89

Tints of Caribbean Green #0ACD89

Color information

#0ACD89 (or 0x0ACD89) is unknown color: approx Caribbean Green. HEX triplet: 0A, CD and 89. RGB value is (10,205,137). Sum of RGB (Red+Green+Blue) = 10+205+137=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACD89 is #F53276. Grayscale: #8B8B8B. Windows color (decimal): -16069239 or 9030922. OLE color: 9030922.

HSL color Cylindrical-coordinate representation of color #0ACD89: hue angle of 159.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACD89 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB10205137-
CMYK0.9500.330.20
HSL159.08º90.7%42.16%-
HSV(B)159.08º95.12%80.39%-
XYZ26.4745.5331.06-
YUV138.94126.936.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.84%
GREEN value IS 205 (80.47% from 255) = 58.24%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=2.84%
G=58.24%
B=38.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102051370.9500.330.20159.0890.742.16
HexACD895F021149f5b2a
Octal123152111370412423713352
Binary101011001101100010011011111010000110100100111111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,205,137); }

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

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

 a { background-color: rgb(10,205,137); }

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

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

 span { border-color: rgb(10,205,137); }

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