#0CC3A9

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

Shades of Caribbean Green #0CC3A9

Tints of Caribbean Green #0CC3A9

Color information

#0CC3A9 (or 0x0CC3A9) is unknown color: approx Caribbean Green. HEX triplet: 0C, C3 and A9. RGB value is (12,195,169). Sum of RGB (Red+Green+Blue) = 12+195+169=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC3A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC3A9 is #F33C56. Grayscale: #898989. Windows color (decimal): -15940695 or 11125516. OLE color: 11125516.

HSL color Cylindrical-coordinate representation of color #0CC3A9: hue angle of 171.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC3A9 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB12195169-
CMYK0.9400.130.24
HSL171.48º88.41%40.59%-
HSV(B)171.48º93.85%76.47%-
XYZ26.8341.9744.22-
YUV137.32145.8738.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.19%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=3.19%
G=51.86%
B=44.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121951690.9400.130.24171.4888.4140.59
HexCC3A95E0D18ab5829
Octal143032511360153025313051
Binary1100110000111010100110111100110111000101010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,195,169); }

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

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

 a { background-color: rgb(12,195,169); }

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

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

 span { border-color: rgb(12,195,169); }

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