#0ACE8E

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

Shades of Caribbean Green #0ACE8E

Tints of Caribbean Green #0ACE8E

Color information

#0ACE8E (or 0x0ACE8E) is unknown color: approx Caribbean Green. HEX triplet: 0A, CE and 8E. RGB value is (10,206,142). Sum of RGB (Red+Green+Blue) = 10+206+142=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACE8E is #F53171. Grayscale: #8C8C8C. Windows color (decimal): -16068978 or 9358858. OLE color: 9358858.

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

Color convert

RGB10206142-
CMYK0.9500.310.19
HSL160.41º90.74%42.35%-
HSV(B)160.41º95.15%80.78%-
XYZ27.0846.1633.07-
YUV140.1129.0735.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.79%
GREEN value IS 206 (80.86% from 255) = 57.54%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=2.79%
G=57.54%
B=39.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102061420.9500.310.19160.4190.7442.35
HexACE8E5F01F13a05b2a
Octal123162161370372324013352
Binary10101100111010001110101111101111110011101000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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