Html Css Color HEX #0CCCAC Caribbean Green

📋 copy color: '#0CCCAC'

red 12 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #0CCCAC

Tints of Caribbean Green #0CCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.58%

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 3.09%
G = 52.58%
B = 44.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#0CCCAC (or 0x0CCCAC) is known color: Caribbean Green. HEX triplet: 0C, CC and AC. RGB value is (12,204,172). Sum of RGB (Red+Green+Blue) = 12+204+172=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCCAC is #F33353. Grayscale: #8E8E8E. Windows color (decimal): -15938388 or 11324428. OLE color: 11324428.

HSL color Cylindrical-coordinate representation of color #0CCCAC: hue angle of 170º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCCAC is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 204 172 -
CMYK 0.94 0 0.16 0.2
HSL 170º 0.89% 0.42% -
HSV(B) 170º 0.94% 0.8% -
XYZ 29.19 46.24 46.42 -
YUV 142.94 144.39 34.6 -
System Red Green Blue C M Y K H S L
Decimal 12 204 172 0.94 0 0.16 0.2 170 0.89 0.42
Hex C CC AC 5E 0 10 14 AA 59 2A
Octal 14 314 254 136 0 20 24 252 131 52
Binary 1100 11001100 10101100 1011110 0 10000 10100 10101010 1011001 101010

Color Harmonies of #0CCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCAC

Black with #0CCCAC

Text Example


Text Example

White with #0CCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,172); }

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

background-color css

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

 a { background-color: rgb(12,204,172); }

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

border-color css

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

 span { border-color: rgb(12,204,172); }

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