#0ACAA6

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

Shades of Caribbean Green #0ACAA6

Tints of Caribbean Green #0ACAA6

Color information

#0ACAA6 (or 0x0ACAA6) is unknown color: approx Caribbean Green. HEX triplet: 0A, CA and A6. RGB value is (10,202,166). Sum of RGB (Red+Green+Blue) = 10+202+166=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACAA6 is #F53559. Grayscale: #8C8C8C. Windows color (decimal): -16069978 or 10930698. OLE color: 10930698.

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

Color convert

RGB10202166-
CMYK0.9500.180.21
HSL168.75º90.57%41.57%-
HSV(B)168.75º95.05%79.22%-
XYZ28.1345.0643.29-
YUV140.49142.3934.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.65%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 166 (65.23% from 255) = 43.92%
R=2.65%
G=53.44%
B=43.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102021660.9500.180.21168.7590.5741.57
HexACAA65F01215a95b2a
Octal123122461370222525113352
Binary10101100101010100110101111101001010101101010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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