Html Css Color HEX #0CC4AA Caribbean Green

📋 copy color: '#0CC4AA'

red 12 ◦ green 196 ◦ blue 170

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

Shades of Caribbean Green #0CC4AA

Tints of Caribbean Green #0CC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.85%

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

R = 3.17%
G = 51.85%
B = 44.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#0CC4AA (or 0x0CC4AA) is known color: Caribbean Green. HEX triplet: 0C, C4 and AA. RGB value is (12,196,170). Sum of RGB (Red+Green+Blue) = 12+196+170=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC4AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC4AA is #F33B55. Grayscale: #898989. Windows color (decimal): -15940438 or 11191308. OLE color: 11191308.

HSL color Cylindrical-coordinate representation of color #0CC4AA: hue angle of 171.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC4AA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 196 170 -
CMYK 0.94 0 0.13 0.23
HSL 171.52º 0.88% 0.41% -
HSV(B) 171.52º 0.94% 0.77% -
XYZ 27.15 42.46 44.8 -
YUV 138.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 12 196 170 0.94 0 0.13 0.23 171.52 0.88 0.41
Hex C C4 AA 5E 0 D 17 AC 58 29
Octal 14 304 252 136 0 15 27 254 130 51
Binary 1100 11000100 10101010 1011110 0 1101 10111 10101100 1011000 101001

Color Harmonies of #0CC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC4AA

Black with #0CC4AA

Text Example


Text Example

White with #0CC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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