Html Css Color HEX #A0EFCB Magic Mint

📋 copy color: '#A0EFCB'

red 160 ◦ green 239 ◦ blue 203

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

Shades of Magic Mint #A0EFCB

Tints of Magic Mint #A0EFCB

RGB

 RED value IS 160 (62.89% from 255) = 26.58%

 GREEN value IS 239 (93.75% from 255) = 39.7%

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 26.58%
G = 39.7%
B = 33.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A0EFCB (or 0xA0EFCB) is known color: Magic Mint. HEX triplet: A0, EF and CB. RGB value is (160,239,203). Sum of RGB (Red+Green+Blue) = 160+239+203=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFCB is #5F1034. Grayscale: #D3D3D3. Windows color (decimal): -6230069 or 13365152. OLE color: 13365152.

HSL color Cylindrical-coordinate representation of color #A0EFCB: hue angle of 152.66º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFCB is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 203 -
CMYK 0.33 0 0.15 0.06
HSL 152.66º 0.71% 0.78% -
HSV(B) 152.66º 0.33% 0.94% -
XYZ 56.14 73.52 67.73 -
YUV 211.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 160 239 203 0.33 0 0.15 0.06 152.66 0.71 0.78
Hex A0 EF CB 21 0 F 6 99 47 4E
Octal 240 357 313 41 0 17 6 231 107 116
Binary 10100000 11101111 11001011 100001 0 1111 110 10011001 1000111 1001110

Color Harmonies of #A0EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFCB

Black with #A0EFCB

Text Example


Text Example

White with #A0EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFCB; }

 p { color: rgb(160,239,203); }

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

background-color css

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

 a { background-color: rgb(160,239,203); }

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

border-color css

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

 span { border-color: rgb(160,239,203); }

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