Html Css Color HEX #0CCBAA Caribbean Green

📋 copy color: '#0CCBAA'

red 12 ◦ green 203 ◦ blue 170

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

Shades of Caribbean Green #0CCBAA

Tints of Caribbean Green #0CCBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.73%

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

R = 3.12%
G = 52.73%
B = 44.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#0CCBAA (or 0x0CCBAA) is known color: Caribbean Green. HEX triplet: 0C, CB and AA. RGB value is (12,203,170). Sum of RGB (Red+Green+Blue) = 12+203+170=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCBAA is #F33455. Grayscale: #8E8E8E. Windows color (decimal): -15938646 or 11193100. OLE color: 11193100.

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

Color convert

RGB 12 203 170 -
CMYK 0.94 0 0.16 0.20
HSL 169.63º 0.89% 0.42% -
HSV(B) 169.63º 0.94% 0.8% -
XYZ 28.76 45.69 45.33 -
YUV 142.13 143.72 35.18 -
System Red Green Blue C M Y K H S L
Decimal 12 203 170 0.94 0 0.16 0.20 169.63 0.89 0.42
Hex C CB AA 5E 0 10 14 AA 59 2A
Octal 14 313 252 136 0 20 24 252 131 52
Binary 1100 11001011 10101010 1011110 0 10000 10100 10101010 1011001 101010

Color Harmonies of #0CCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBAA

Black with #0CCBAA

Text Example


Text Example

White with #0CCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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