#0CCA8D

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

Shades of Caribbean Green #0CCA8D

Tints of Caribbean Green #0CCA8D

Color information

#0CCA8D (or 0x0CCA8D) is unknown color: approx Caribbean Green. HEX triplet: 0C, CA and 8D. RGB value is (12,202,141). Sum of RGB (Red+Green+Blue) = 12+202+141=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA8D is #F33572. Grayscale: #8A8A8A. Windows color (decimal): -15938931 or 9292300. OLE color: 9292300.

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

Color convert

RGB12202141-
CMYK0.9400.300.21
HSL160.74º88.79%41.96%-
HSV(B)160.74º94.06%79.22%-
XYZ26.0844.2432.36-
YUV138.24129.5537.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.38%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=3.38%
G=56.90%
B=39.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122021410.9400.300.21160.7488.7941.96
HexCCA8D5E01E15a1592a
Octal143122151360362524113152
Binary11001100101010001101101111001111010101101000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,202,141); }

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

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

 a { background-color: rgb(12,202,141); }

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

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

 span { border-color: rgb(12,202,141); }

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