#0ACAB1

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

Shades of Caribbean Green #0ACAB1

Tints of Caribbean Green #0ACAB1

Color information

#0ACAB1 (or 0x0ACAB1) is unknown color: approx Caribbean Green. HEX triplet: 0A, CA and B1. RGB value is (10,202,177). Sum of RGB (Red+Green+Blue) = 10+202+177=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACAB1 is #F5354E. Grayscale: #8D8D8D. Windows color (decimal): -16069967 or 11651594. OLE color: 11651594.

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

Color convert

RGB10202177-
CMYK0.9500.120.21
HSL172.19º90.57%41.57%-
HSV(B)172.19º95.05%79.22%-
XYZ29.1845.4848.84-
YUV141.74147.8934.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.57%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=2.57%
G=51.93%
B=45.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102021770.9500.120.21172.1990.5741.57
HexACAB15F0C15ac5b2a
Octal123122611370142525413352
Binary1010110010101011000110111110110010101101011001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,202,177); }

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

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

 a { background-color: rgb(10,202,177); }

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

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

 span { border-color: rgb(10,202,177); }

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