#0CCA9A

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

Shades of Caribbean Green #0CCA9A

Tints of Caribbean Green #0CCA9A

Color information

#0CCA9A (or 0x0CCA9A) is unknown color: approx Caribbean Green. HEX triplet: 0C, CA and 9A. RGB value is (12,202,154). Sum of RGB (Red+Green+Blue) = 12+202+154=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA9A is #F33565. Grayscale: #8B8B8B. Windows color (decimal): -15938918 or 10144268. OLE color: 10144268.

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

Color convert

RGB12202154-
CMYK0.9400.240.21
HSL164.84º88.79%41.96%-
HSV(B)164.84º94.06%79.22%-
XYZ27.144.6537.76-
YUV139.72136.0536.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.26%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=3.26%
G=54.89%
B=41.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122021540.9400.240.21164.8488.7941.96
HexCCA9A5E01815a5592a
Octal143122321360302524513152
Binary11001100101010011010101111001100010101101001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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