#0CC3AA

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

Shades of Caribbean Green #0CC3AA

Tints of Caribbean Green #0CC3AA

Color information

#0CC3AA (or 0x0CC3AA) is unknown color: approx Caribbean Green. HEX triplet: 0C, C3 and AA. RGB value is (12,195,170). Sum of RGB (Red+Green+Blue) = 12+195+170=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC3AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC3AA is #F33C55. Grayscale: #898989. Windows color (decimal): -15940694 or 11191052. OLE color: 11191052.

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

Color convert

RGB12195170-
CMYK0.9400.130.24
HSL171.8º88.41%40.59%-
HSV(B)171.8º93.85%76.47%-
XYZ26.9242.0144.72-
YUV137.43146.3738.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.18%
GREEN value IS 195 (76.56% from 255) = 51.72%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=3.18%
G=51.72%
B=45.09%

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
Decimal121951700.9400.130.24171.888.4140.59
HexCC3AA5E0D18ac5829
Octal143032521360153025413051
Binary1100110000111010101010111100110111000101011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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