Html Css Color HEX #12E3A3 Caribbean Green

📋 copy color: '#12E3A3'

red 18 ◦ green 227 ◦ blue 163

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

Shades of Caribbean Green #12E3A3

Tints of Caribbean Green #12E3A3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.64%

 BLUE value IS 163 (64.06% from 255) = 39.95%

R = 4.41%
G = 55.64%
B = 39.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#12E3A3 (or 0x12E3A3) is known color: Caribbean Green. HEX triplet: 12, E3 and A3. RGB value is (18,227,163). Sum of RGB (Red+Green+Blue) = 18+227+163=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #12E3A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E3A3 is #ED1C5C. Grayscale: #9D9D9D. Windows color (decimal): -15539293 or 10740498. OLE color: 10740498.

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

Color convert

RGB 18 227 163 -
CMYK 0.92 0 0.28 0.11
HSL 161.63º 0.85% 0.48% -
HSV(B) 161.63º 0.92% 0.89% -
XYZ 34.33 57.71 43.98 -
YUV 157.21 131.26 28.7 -
System Red Green Blue C M Y K H S L
Decimal 18 227 163 0.92 0 0.28 0.11 161.63 0.85 0.48
Hex 12 E3 A3 5C 0 1C B A2 55 30
Octal 22 343 243 134 0 34 13 242 125 60
Binary 10010 11100011 10100011 1011100 0 11100 1011 10100010 1010101 110000

Color Harmonies of #12E3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E3A3

Black with #12E3A3

Text Example


Text Example

White with #12E3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,227,163); }

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

background-color css

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

 a { background-color: rgb(18,227,163); }

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

border-color css

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

 span { border-color: rgb(18,227,163); }

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