Html Css Color HEX #12DD9F Caribbean Green

📋 copy color: '#12DD9F'

red 18 ◦ green 221 ◦ blue 159

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

Shades of Caribbean Green #12DD9F

Tints of Caribbean Green #12DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.53%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 4.52%
G = 55.53%
B = 39.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#12DD9F (or 0x12DD9F) is known color: Caribbean Green. HEX triplet: 12, DD and 9F. RGB value is (18,221,159). Sum of RGB (Red+Green+Blue) = 18+221+159=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD9F is #ED2260. Grayscale: #999999. Windows color (decimal): -15540833 or 10476818. OLE color: 10476818.

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

Color convert

RGB 18 221 159 -
CMYK 0.92 0 0.28 0.13
HSL 161.67º 0.85% 0.47% -
HSV(B) 161.67º 0.92% 0.87% -
XYZ 32.36 54.34 41.58 -
YUV 153.24 131.25 31.54 -
System Red Green Blue C M Y K H S L
Decimal 18 221 159 0.92 0 0.28 0.13 161.67 0.85 0.47
Hex 12 DD 9F 5C 0 1C D A2 55 2F
Octal 22 335 237 134 0 34 15 242 125 57
Binary 10010 11011101 10011111 1011100 0 11100 1101 10100010 1010101 101111

Color Harmonies of #12DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD9F

Black with #12DD9F

Text Example


Text Example

White with #12DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,221,159); }

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

background-color css

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

 a { background-color: rgb(18,221,159); }

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

border-color css

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

 span { border-color: rgb(18,221,159); }

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