Html Css Color HEX #12E2AC Caribbean Green

📋 copy color: '#12E2AC'

red 18 ◦ green 226 ◦ blue 172

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

Shades of Caribbean Green #12E2AC

Tints of Caribbean Green #12E2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 4.33%
G = 54.33%
B = 41.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#12E2AC (or 0x12E2AC) is known color: Caribbean Green. HEX triplet: 12, E2 and AC. RGB value is (18,226,172). Sum of RGB (Red+Green+Blue) = 18+226+172=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 226 (88.67% from 255 or 54.33% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E2AC is #ED1D53. Grayscale: #9D9D9D. Windows color (decimal): -15539540 or 11330066. OLE color: 11330066.

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

Color convert

RGB 18 226 172 -
CMYK 0.92 0 0.24 0.11
HSL 164.42º 0.85% 0.48% -
HSV(B) 164.42º 0.92% 0.89% -
XYZ 34.89 57.5 48.29 -
YUV 157.65 136.09 28.39 -
System Red Green Blue C M Y K H S L
Decimal 18 226 172 0.92 0 0.24 0.11 164.42 0.85 0.48
Hex 12 E2 AC 5C 0 18 B A4 55 30
Octal 22 342 254 134 0 30 13 244 125 60
Binary 10010 11100010 10101100 1011100 0 11000 1011 10100100 1010101 110000

Color Harmonies of #12E2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E2AC

Black with #12E2AC

Text Example


Text Example

White with #12E2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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