Html Css Color HEX #12CCAB Caribbean Green

📋 copy color: '#12CCAB'

red 18 ◦ green 204 ◦ blue 171

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

Shades of Caribbean Green #12CCAB

Tints of Caribbean Green #12CCAB

RGB

 RED value IS 18 (7.42% from 255) = 4.58%

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

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

R = 4.58%
G = 51.91%
B = 43.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#12CCAB (or 0x12CCAB) is known color: Caribbean Green. HEX triplet: 12, CC and AB. RGB value is (18,204,171). Sum of RGB (Red+Green+Blue) = 18+204+171=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CCAB is #ED3354. Grayscale: #909090. Windows color (decimal): -15545173 or 11258898. OLE color: 11258898.

HSL color Cylindrical-coordinate representation of color #12CCAB: hue angle of 169.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCAB is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 171 -
CMYK 0.91 0 0.16 0.2
HSL 169.35º 0.84% 0.44% -
HSV(B) 169.35º 0.91% 0.8% -
XYZ 29.19 46.25 45.92 -
YUV 144.62 142.88 37.68 -
System Red Green Blue C M Y K H S L
Decimal 18 204 171 0.91 0 0.16 0.2 169.35 0.84 0.44
Hex 12 CC AB 5B 0 10 14 A9 54 2C
Octal 22 314 253 133 0 20 24 251 124 54
Binary 10010 11001100 10101011 1011011 0 10000 10100 10101001 1010100 101100

Color Harmonies of #12CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCAB

Black with #12CCAB

Text Example


Text Example

White with #12CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CCAB; }

 p { color: rgb(18,204,171); }

 H1.HeaderClassName
 {
   color: #12CCAB;
 }
 .AnyTagClassName
 {
   color: #12CCAB;
 }
</style>

background-color css

<style>
 a { background-color: #12CCAB; }

 a { background-color: rgb(18,204,171); }

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

border-color css

<style>
 span { border-color: #12CCAB; }

 span { border-color: rgb(18,204,171); }

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