Html Css Color HEX #12E199 Caribbean Green

📋 copy color: '#12E199'

red 18 ◦ green 225 ◦ blue 153

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

Shades of Caribbean Green #12E199

Tints of Caribbean Green #12E199

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.82%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 4.55%
G = 56.82%
B = 38.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#12E199 (or 0x12E199) is known color: Caribbean Green. HEX triplet: 12, E1 and 99. RGB value is (18,225,153). Sum of RGB (Red+Green+Blue) = 18+225+153=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #12E199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E199 is #ED1E66. Grayscale: #9A9A9A. Windows color (decimal): -15539815 or 10084626. OLE color: 10084626.

HSL color Cylindrical-coordinate representation of color #12E199: hue angle of 159.13º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E199 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 225 153 -
CMYK 0.92 0 0.32 0.12
HSL 159.13º 0.85% 0.48% -
HSV(B) 159.13º 0.92% 0.88% -
XYZ 32.92 56.28 39.26 -
YUV 154.9 126.92 30.35 -
System Red Green Blue C M Y K H S L
Decimal 18 225 153 0.92 0 0.32 0.12 159.13 0.85 0.48
Hex 12 E1 99 5C 0 20 C 9F 55 30
Octal 22 341 231 134 0 40 14 237 125 60
Binary 10010 11100001 10011001 1011100 0 100000 1100 10011111 1010101 110000

Color Harmonies of #12E199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E199

Black with #12E199

Text Example


Text Example

White with #12E199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,225,153); }

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

background-color css

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

 a { background-color: rgb(18,225,153); }

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

border-color css

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

 span { border-color: rgb(18,225,153); }

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