#0CCFAA

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

Shades of Caribbean Green #0CCFAA

Tints of Caribbean Green #0CCFAA

Color information

#0CCFAA (or 0x0CCFAA) is unknown color: approx Caribbean Green. HEX triplet: 0C, CF and AA. RGB value is (12,207,170). Sum of RGB (Red+Green+Blue) = 12+207+170=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCFAA is #F33055. Grayscale: #909090. Windows color (decimal): -15937622 or 11194124. OLE color: 11194124.

HSL color Cylindrical-coordinate representation of color #0CCFAA: hue angle of 168.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFAA is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB12207170-
CMYK0.9400.180.19
HSL168.62º89.04%42.94%-
HSV(B)168.62º94.2%81.18%-
XYZ29.7247.6145.65-
YUV144.48142.433.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.08%
GREEN value IS 207 (81.25% from 255) = 53.21%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=3.08%
G=53.21%
B=43.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122071700.9400.180.19168.6289.0442.94
HexCCFAA5E01213a9592b
Octal143172521360222325113153
Binary11001100111110101010101111001001010011101010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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