Html Css Color HEX #12D4AB Caribbean Green

📋 copy color: '#12D4AB'

red 18 ◦ green 212 ◦ blue 171

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

Shades of Caribbean Green #12D4AB

Tints of Caribbean Green #12D4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.87%

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

R = 4.49%
G = 52.87%
B = 42.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#12D4AB (or 0x12D4AB) is known color: Caribbean Green. HEX triplet: 12, D4 and AB. RGB value is (18,212,171). Sum of RGB (Red+Green+Blue) = 18+212+171=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #12D4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D4AB is #ED2B54. Grayscale: #959595. Windows color (decimal): -15543125 or 11260946. OLE color: 11260946.

HSL color Cylindrical-coordinate representation of color #12D4AB: hue angle of 167.32º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D4AB is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 212 171 -
CMYK 0.92 0 0.19 0.17
HSL 167.32º 0.84% 0.45% -
HSV(B) 167.32º 0.92% 0.83% -
XYZ 31.14 50.16 46.57 -
YUV 149.32 140.23 34.33 -
System Red Green Blue C M Y K H S L
Decimal 18 212 171 0.92 0 0.19 0.17 167.32 0.84 0.45
Hex 12 D4 AB 5C 0 13 11 A7 54 2D
Octal 22 324 253 134 0 23 21 247 124 55
Binary 10010 11010100 10101011 1011100 0 10011 10001 10100111 1010100 101101

Color Harmonies of #12D4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D4AB

Black with #12D4AB

Text Example


Text Example

White with #12D4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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