Html Css Color HEX #0CCAAB Caribbean Green

📋 copy color: '#0CCAAB'

red 12 ◦ green 202 ◦ blue 171

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

Shades of Caribbean Green #0CCAAB

Tints of Caribbean Green #0CCAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 3.12%
G = 52.47%
B = 44.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#0CCAAB (or 0x0CCAAB) is known color: Caribbean Green. HEX triplet: 0C, CA and AB. RGB value is (12,202,171). Sum of RGB (Red+Green+Blue) = 12+202+171=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAAB is #F33554. Grayscale: #8D8D8D. Windows color (decimal): -15938901 or 11258380. OLE color: 11258380.

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

Color convert

RGB 12 202 171 -
CMYK 0.94 0 0.15 0.21
HSL 170.21º 0.89% 0.42% -
HSV(B) 170.21º 0.94% 0.79% -
XYZ 28.62 45.26 45.76 -
YUV 141.66 144.55 35.52 -
System Red Green Blue C M Y K H S L
Decimal 12 202 171 0.94 0 0.15 0.21 170.21 0.89 0.42
Hex C CA AB 5E 0 F 15 AA 59 2A
Octal 14 312 253 136 0 17 25 252 131 52
Binary 1100 11001010 10101011 1011110 0 1111 10101 10101010 1011001 101010

Color Harmonies of #0CCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAAB

Black with #0CCAAB

Text Example


Text Example

White with #0CCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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