Html Css Color HEX #12DD9C Caribbean Green

📋 copy color: '#12DD9C'

red 18 ◦ green 221 ◦ blue 156

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

Shades of Caribbean Green #12DD9C

Tints of Caribbean Green #12DD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 4.56%
G = 55.95%
B = 39.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#12DD9C (or 0x12DD9C) is known color: Caribbean Green. HEX triplet: 12, DD and 9C. RGB value is (18,221,156). Sum of RGB (Red+Green+Blue) = 18+221+156=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD9C is #ED2263. Grayscale: #989898. Windows color (decimal): -15540836 or 10280210. OLE color: 10280210.

HSL color Cylindrical-coordinate representation of color #12DD9C: hue angle of 160.79º 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 #12DD9C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 156 -
CMYK 0.92 0 0.29 0.13
HSL 160.79º 0.85% 0.47% -
HSV(B) 160.79º 0.92% 0.87% -
XYZ 32.11 54.24 40.23 -
YUV 152.89 129.75 31.79 -
System Red Green Blue C M Y K H S L
Decimal 18 221 156 0.92 0 0.29 0.13 160.79 0.85 0.47
Hex 12 DD 9C 5C 0 1D D A1 55 2F
Octal 22 335 234 134 0 35 15 241 125 57
Binary 10010 11011101 10011100 1011100 0 11101 1101 10100001 1010101 101111

Color Harmonies of #12DD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD9C

Black with #12DD9C

Text Example


Text Example

White with #12DD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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