Html Css Color HEX #0CC0A0 Caribbean Green

📋 copy color: '#0CC0A0'

red 12 ◦ green 192 ◦ blue 160

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

Shades of Caribbean Green #0CC0A0

Tints of Caribbean Green #0CC0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 3.3%
G = 52.75%
B = 43.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#0CC0A0 (or 0x0CC0A0) is known color: Caribbean Green. HEX triplet: 0C, C0 and A0. RGB value is (12,192,160). Sum of RGB (Red+Green+Blue) = 12+192+160=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC0A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC0A0 is #F33F5F. Grayscale: #868686. Windows color (decimal): -15941472 or 10534924. OLE color: 10534924.

HSL color Cylindrical-coordinate representation of color #0CC0A0: hue angle of 169.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC0A0 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 192 160 -
CMYK 0.94 0 0.17 0.25
HSL 169.33º 0.88% 0.4% -
HSV(B) 169.33º 0.94% 0.75% -
XYZ 25.35 40.32 39.7 -
YUV 134.53 142.37 40.6 -
System Red Green Blue C M Y K H S L
Decimal 12 192 160 0.94 0 0.17 0.25 169.33 0.88 0.4
Hex C C0 A0 5E 0 11 19 A9 58 28
Octal 14 300 240 136 0 21 31 251 130 50
Binary 1100 11000000 10100000 1011110 0 10001 11001 10101001 1011000 101000

Color Harmonies of #0CC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC0A0

Black with #0CC0A0

Text Example


Text Example

White with #0CC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,192,160); }

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

background-color css

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

 a { background-color: rgb(12,192,160); }

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

border-color css

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

 span { border-color: rgb(12,192,160); }

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