Html Css Color HEX #12E2AD Caribbean Green

📋 copy color: '#12E2AD'

red 18 ◦ green 226 ◦ blue 173

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

Shades of Caribbean Green #12E2AD

Tints of Caribbean Green #12E2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.2%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 4.32%
G = 54.2%
B = 41.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#12E2AD (or 0x12E2AD) is known color: Caribbean Green. HEX triplet: 12, E2 and AD. RGB value is (18,226,173). Sum of RGB (Red+Green+Blue) = 18+226+173=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E2AD is #ED1D52. Grayscale: #9D9D9D. Windows color (decimal): -15539539 or 11395602. OLE color: 11395602.

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

Color convert

RGB 18 226 173 -
CMYK 0.92 0 0.23 0.11
HSL 164.71º 0.85% 0.48% -
HSV(B) 164.71º 0.92% 0.89% -
XYZ 34.99 57.54 48.8 -
YUV 157.77 136.59 28.31 -
System Red Green Blue C M Y K H S L
Decimal 18 226 173 0.92 0 0.23 0.11 164.71 0.85 0.48
Hex 12 E2 AD 5C 0 17 B A5 55 30
Octal 22 342 255 134 0 27 13 245 125 60
Binary 10010 11100010 10101101 1011100 0 10111 1011 10100101 1010101 110000

Color Harmonies of #12E2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E2AD

Black with #12E2AD

Text Example


Text Example

White with #12E2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,226,173); }

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

background-color css

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

 a { background-color: rgb(18,226,173); }

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

border-color css

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

 span { border-color: rgb(18,226,173); }

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