Html Css Color HEX #12E189 Caribbean Green

📋 copy color: '#12E189'

red 18 ◦ green 225 ◦ blue 137

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

Shades of Caribbean Green #12E189

Tints of Caribbean Green #12E189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 4.74%
G = 59.21%
B = 36.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#12E189 (or 0x12E189) is known color: Caribbean Green. HEX triplet: 12, E1 and 89. RGB value is (18,225,137). Sum of RGB (Red+Green+Blue) = 18+225+137=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #12E189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E189 is #ED1E76. Grayscale: #999999. Windows color (decimal): -15539831 or 9036050. OLE color: 9036050.

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

Color convert

RGB 18 225 137 -
CMYK 0.92 0 0.39 0.12
HSL 154.49º 0.85% 0.48% -
HSV(B) 154.49º 0.92% 0.88% -
XYZ 31.69 55.79 32.76 -
YUV 153.08 118.92 31.66 -
System Red Green Blue C M Y K H S L
Decimal 18 225 137 0.92 0 0.39 0.12 154.49 0.85 0.48
Hex 12 E1 89 5C 0 27 C 9A 55 30
Octal 22 341 211 134 0 47 14 232 125 60
Binary 10010 11100001 10001001 1011100 0 100111 1100 10011010 1010101 110000

Color Harmonies of #12E189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E189

Black with #12E189

Text Example


Text Example

White with #12E189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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