Html Css Color HEX #12DB9F Caribbean Green

📋 copy color: '#12DB9F'

red 18 ◦ green 219 ◦ blue 159

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

Shades of Caribbean Green #12DB9F

Tints of Caribbean Green #12DB9F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.3%

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

R = 4.55%
G = 55.3%
B = 40.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#12DB9F (or 0x12DB9F) is known color: Caribbean Green. HEX triplet: 12, DB and 9F. RGB value is (18,219,159). Sum of RGB (Red+Green+Blue) = 18+219+159=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DB9F is #ED2460. Grayscale: #989898. Windows color (decimal): -15541345 or 10476306. OLE color: 10476306.

HSL color Cylindrical-coordinate representation of color #12DB9F: hue angle of 162.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB9F is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 219 159 -
CMYK 0.92 0 0.27 0.14
HSL 162.09º 0.85% 0.46% -
HSV(B) 162.09º 0.92% 0.86% -
XYZ 31.84 53.29 41.41 -
YUV 152.06 131.91 32.38 -
System Red Green Blue C M Y K H S L
Decimal 18 219 159 0.92 0 0.27 0.14 162.09 0.85 0.46
Hex 12 DB 9F 5C 0 1B E A2 55 2E
Octal 22 333 237 134 0 33 16 242 125 56
Binary 10010 11011011 10011111 1011100 0 11011 1110 10100010 1010101 101110

Color Harmonies of #12DB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB9F

Black with #12DB9F

Text Example


Text Example

White with #12DB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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