#0ACAB2

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

Shades of Caribbean Green #0ACAB2

Tints of Caribbean Green #0ACAB2

Color information

#0ACAB2 (or 0x0ACAB2) is unknown color: approx Caribbean Green. HEX triplet: 0A, CA and B2. RGB value is (10,202,178). Sum of RGB (Red+Green+Blue) = 10+202+178=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACAB2 is #F5354D. Grayscale: #8D8D8D. Windows color (decimal): -16069966 or 11717130. OLE color: 11717130.

HSL color Cylindrical-coordinate representation of color #0ACAB2: hue angle of 172.5º 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 #0ACAB2 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB10202178-
CMYK0.9500.120.21
HSL172.5º90.57%41.57%-
HSV(B)172.5º95.05%79.22%-
XYZ29.2845.5249.36-
YUV141.86148.3933.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 202 (79.30% from 255) = 51.79%
BLUE value IS 178 (69.92% from 255) = 45.64%
R=2.56%
G=51.79%
B=45.64%

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
Decimal102021780.9500.120.21172.590.5741.57
HexACAB25F0C15ac5b2a
Octal123122621370142525413352
Binary1010110010101011001010111110110010101101011001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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