Html Css Color HEX #12E0A1 Caribbean Green

📋 copy color: '#12E0A1'

red 18 ◦ green 224 ◦ blue 161

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

Shades of Caribbean Green #12E0A1

Tints of Caribbean Green #12E0A1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.58%

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 4.47%
G = 55.58%
B = 39.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#12E0A1 (or 0x12E0A1) is known color: Caribbean Green. HEX triplet: 12, E0 and A1. RGB value is (18,224,161). Sum of RGB (Red+Green+Blue) = 18+224+161=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #12E0A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E0A1 is #ED1F5E. Grayscale: #9B9B9B. Windows color (decimal): -15540063 or 10608658. OLE color: 10608658.

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

Color convert

RGB 18 224 161 -
CMYK 0.92 0 0.28 0.12
HSL 161.65º 0.85% 0.47% -
HSV(B) 161.65º 0.92% 0.88% -
XYZ 33.34 56.01 42.77 -
YUV 155.22 131.25 30.12 -
System Red Green Blue C M Y K H S L
Decimal 18 224 161 0.92 0 0.28 0.12 161.65 0.85 0.47
Hex 12 E0 A1 5C 0 1C C A2 55 2F
Octal 22 340 241 134 0 34 14 242 125 57
Binary 10010 11100000 10100001 1011100 0 11100 1100 10100010 1010101 101111

Color Harmonies of #12E0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E0A1

Black with #12E0A1

Text Example


Text Example

White with #12E0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,224,161); }

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

background-color css

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

 a { background-color: rgb(18,224,161); }

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

border-color css

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

 span { border-color: rgb(18,224,161); }

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