Html Css Color HEX #A0FBCB Magic Mint

📋 copy color: '#A0FBCB'

red 160 ◦ green 251 ◦ blue 203

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

Shades of Magic Mint #A0FBCB

Tints of Magic Mint #A0FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 26.06%
G = 40.88%
B = 33.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#A0FBCB (or 0xA0FBCB) is known color: Magic Mint. HEX triplet: A0, FB and CB. RGB value is (160,251,203). Sum of RGB (Red+Green+Blue) = 160+251+203=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBCB is #5F0434. Grayscale: #DADADA. Windows color (decimal): -6226997 or 13368224. OLE color: 13368224.

HSL color Cylindrical-coordinate representation of color #A0FBCB: hue angle of 148.35º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBCB is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 203 -
CMYK 0.36 0 0.19 0.02
HSL 148.35º 0.92% 0.81% -
HSV(B) 148.35º 0.36% 0.98% -
XYZ 59.77 80.78 68.94 -
YUV 218.32 119.35 86.4 -
System Red Green Blue C M Y K H S L
Decimal 160 251 203 0.36 0 0.19 0.02 148.35 0.92 0.81
Hex A0 FB CB 24 0 13 2 94 5C 51
Octal 240 373 313 44 0 23 2 224 134 121
Binary 10100000 11111011 11001011 100100 0 10011 10 10010100 1011100 1010001

Color Harmonies of #A0FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBCB

Black with #A0FBCB

Text Example


Text Example

White with #A0FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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