Html Css Color HEX #12E192 Caribbean Green

📋 copy color: '#12E192'

red 18 ◦ green 225 ◦ blue 146

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

Shades of Caribbean Green #12E192

Tints of Caribbean Green #12E192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 4.63%
G = 57.84%
B = 37.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#12E192 (or 0x12E192) is known color: Caribbean Green. HEX triplet: 12, E1 and 92. RGB value is (18,225,146). Sum of RGB (Red+Green+Blue) = 18+225+146=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #12E192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E192 is #ED1E6D. Grayscale: #9A9A9A. Windows color (decimal): -15539822 or 9625874. OLE color: 9625874.

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

Color convert

RGB 18 225 146 -
CMYK 0.92 0 0.35 0.12
HSL 157.1º 0.85% 0.48% -
HSV(B) 157.1º 0.92% 0.88% -
XYZ 32.36 56.05 36.31 -
YUV 154.1 123.42 30.92 -
System Red Green Blue C M Y K H S L
Decimal 18 225 146 0.92 0 0.35 0.12 157.1 0.85 0.48
Hex 12 E1 92 5C 0 23 C 9D 55 30
Octal 22 341 222 134 0 43 14 235 125 60
Binary 10010 11100001 10010010 1011100 0 100011 1100 10011101 1010101 110000

Color Harmonies of #12E192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E192

Black with #12E192

Text Example


Text Example

White with #12E192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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