#0ACEAC

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

Shades of Caribbean Green #0ACEAC

Tints of Caribbean Green #0ACEAC

Color information

#0ACEAC (or 0x0ACEAC) is unknown color: approx Caribbean Green. HEX triplet: 0A, CE and AC. RGB value is (10,206,172). Sum of RGB (Red+Green+Blue) = 10+206+172=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEAC is #F53153. Grayscale: #8F8F8F. Windows color (decimal): -16068948 or 11324938. OLE color: 11324938.

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

Color convert

RGB10206172-
CMYK0.9500.170.19
HSL169.59º90.74%42.35%-
HSV(B)169.59º95.15%80.78%-
XYZ29.6447.1946.58-
YUV143.52144.0732.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.58%
GREEN value IS 206 (80.86% from 255) = 53.09%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=2.58%
G=53.09%
B=44.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102061720.9500.170.19169.5990.7442.35
HexACEAC5F01113aa5b2a
Octal123162541370212325213352
Binary10101100111010101100101111101000110011101010101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,206,172); }

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

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

 a { background-color: rgb(10,206,172); }

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

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

 span { border-color: rgb(10,206,172); }

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