Html Css Color HEX #12DCAB Caribbean Green

📋 copy color: '#12DCAB'

red 18 ◦ green 220 ◦ blue 171

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

Shades of Caribbean Green #12DCAB

Tints of Caribbean Green #12DCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.79%

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

R = 4.4%
G = 53.79%
B = 41.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#12DCAB (or 0x12DCAB) is known color: Caribbean Green. HEX triplet: 12, DC and AB. RGB value is (18,220,171). Sum of RGB (Red+Green+Blue) = 18+220+171=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCAB is #ED2354. Grayscale: #9A9A9A. Windows color (decimal): -15541077 or 11262994. OLE color: 11262994.

HSL color Cylindrical-coordinate representation of color #12DCAB: hue angle of 165.45º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCAB is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 171 -
CMYK 0.92 0 0.22 0.14
HSL 165.45º 0.85% 0.47% -
HSV(B) 165.45º 0.92% 0.86% -
XYZ 33.19 54.26 47.25 -
YUV 154.02 137.58 30.98 -
System Red Green Blue C M Y K H S L
Decimal 18 220 171 0.92 0 0.22 0.14 165.45 0.85 0.47
Hex 12 DC AB 5C 0 16 E A5 55 2F
Octal 22 334 253 134 0 26 16 245 125 57
Binary 10010 11011100 10101011 1011100 0 10110 1110 10100101 1010101 101111

Color Harmonies of #12DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCAB

Black with #12DCAB

Text Example


Text Example

White with #12DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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