Html Css Color HEX #12D0AB Caribbean Green

📋 copy color: '#12D0AB'

red 18 ◦ green 208 ◦ blue 171

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

Shades of Caribbean Green #12D0AB

Tints of Caribbean Green #12D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.39%

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

R = 4.53%
G = 52.39%
B = 43.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#12D0AB (or 0x12D0AB) is known color: Caribbean Green. HEX triplet: 12, D0 and AB. RGB value is (18,208,171). Sum of RGB (Red+Green+Blue) = 18+208+171=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D0AB is #ED2F54. Grayscale: #929292. Windows color (decimal): -15544149 or 11259922. OLE color: 11259922.

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

Color convert

RGB 18 208 171 -
CMYK 0.91 0 0.18 0.18
HSL 168.32º 0.84% 0.44% -
HSV(B) 168.32º 0.91% 0.82% -
XYZ 30.16 48.18 46.24 -
YUV 146.97 141.55 36.01 -
System Red Green Blue C M Y K H S L
Decimal 18 208 171 0.91 0 0.18 0.18 168.32 0.84 0.44
Hex 12 D0 AB 5B 0 12 12 A8 54 2C
Octal 22 320 253 133 0 22 22 250 124 54
Binary 10010 11010000 10101011 1011011 0 10010 10010 10101000 1010100 101100

Color Harmonies of #12D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D0AB

Black with #12D0AB

Text Example


Text Example

White with #12D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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