Html Css Color HEX #0CCAAA Caribbean Green

📋 copy color: '#0CCAAA'

red 12 ◦ green 202 ◦ blue 170

#0CCAAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0CCAAA

Tints of Caribbean Green #0CCAAA

RGB

 RED value IS 12 (5.08% from 255) = 3.13%

 GREEN value IS 202 (79.3% from 255) = 52.6%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 3.13%
G = 52.6%
B = 44.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#0CCAAA (or 0x0CCAAA) is known color: Caribbean Green. HEX triplet: 0C, CA and AA. RGB value is (12,202,170). Sum of RGB (Red+Green+Blue) = 12+202+170=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAAA is #F33555. Grayscale: #8D8D8D. Windows color (decimal): -15938902 or 11192844. OLE color: 11192844.

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

Color convert

RGB 12 202 170 -
CMYK 0.94 0 0.16 0.21
HSL 169.89º 0.89% 0.42% -
HSV(B) 169.89º 0.94% 0.79% -
XYZ 28.53 45.22 45.26 -
YUV 141.54 144.05 35.6 -
System Red Green Blue C M Y K H S L
Decimal 12 202 170 0.94 0 0.16 0.21 169.89 0.89 0.42
Hex C CA AA 5E 0 10 15 AA 59 2A
Octal 14 312 252 136 0 20 25 252 131 52
Binary 1100 11001010 10101010 1011110 0 10000 10101 10101010 1011001 101010

Color Harmonies of #0CCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAAA

Black with #0CCAAA

Text Example


Text Example

White with #0CCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CCAAA;
 }
 .AnyTagClassName
 {
   color: #0CCAAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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