Html Css Color HEX #12DC9F Caribbean Green

📋 copy color: '#12DC9F'

red 18 ◦ green 220 ◦ blue 159

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

Shades of Caribbean Green #12DC9F

Tints of Caribbean Green #12DC9F

RGB

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

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

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

R = 4.53%
G = 55.42%
B = 40.05%

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

#12DC9F (or 0x12DC9F) is known color: Caribbean Green. HEX triplet: 12, DC and 9F. RGB value is (18,220,159). Sum of RGB (Red+Green+Blue) = 18+220+159=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC9F is #ED2360. Grayscale: #989898. Windows color (decimal): -15541089 or 10476562. OLE color: 10476562.

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

Color convert

RGB 18 220 159 -
CMYK 0.92 0 0.28 0.14
HSL 161.88º 0.85% 0.47% -
HSV(B) 161.88º 0.92% 0.86% -
XYZ 32.1 53.82 41.5 -
YUV 152.65 131.58 31.96 -
System Red Green Blue C M Y K H S L
Decimal 18 220 159 0.92 0 0.28 0.14 161.88 0.85 0.47
Hex 12 DC 9F 5C 0 1C E A2 55 2F
Octal 22 334 237 134 0 34 16 242 125 57
Binary 10010 11011100 10011111 1011100 0 11100 1110 10100010 1010101 101111

Color Harmonies of #12DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC9F

Black with #12DC9F

Text Example


Text Example

White with #12DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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