Html Css Color HEX #12DC9E Caribbean Green

📋 copy color: '#12DC9E'

red 18 ◦ green 220 ◦ blue 158

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

Shades of Caribbean Green #12DC9E

Tints of Caribbean Green #12DC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 4.55%
G = 55.56%
B = 39.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#12DC9E (or 0x12DC9E) is known color: Caribbean Green. HEX triplet: 12, DC and 9E. RGB value is (18,220,158). Sum of RGB (Red+Green+Blue) = 18+220+158=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC9E is #ED2361. Grayscale: #989898. Windows color (decimal): -15541090 or 10411026. OLE color: 10411026.

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

Color convert

RGB 18 220 158 -
CMYK 0.92 0 0.28 0.14
HSL 161.58º 0.85% 0.47% -
HSV(B) 161.58º 0.92% 0.86% -
XYZ 32.01 53.78 41.04 -
YUV 152.53 131.08 32.04 -
System Red Green Blue C M Y K H S L
Decimal 18 220 158 0.92 0 0.28 0.14 161.58 0.85 0.47
Hex 12 DC 9E 5C 0 1C E A2 55 2F
Octal 22 334 236 134 0 34 16 242 125 57
Binary 10010 11011100 10011110 1011100 0 11100 1110 10100010 1010101 101111

Color Harmonies of #12DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC9E

Black with #12DC9E

Text Example


Text Example

White with #12DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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