Html Css Color HEX #A0F0CC Magic Mint

📋 copy color: '#A0F0CC'

red 160 ◦ green 240 ◦ blue 204

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

Shades of Magic Mint #A0F0CC

Tints of Magic Mint #A0F0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.74%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 26.49%
G = 39.74%
B = 33.77%

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

#A0F0CC (or 0xA0F0CC) is known color: Magic Mint. HEX triplet: A0, F0 and CC. RGB value is (160,240,204). Sum of RGB (Red+Green+Blue) = 160+240+204=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0CC is #5F0F33. Grayscale: #D4D4D4. Windows color (decimal): -6229812 or 13430944. OLE color: 13430944.

HSL color Cylindrical-coordinate representation of color #A0F0CC: hue angle of 153º degrees, saturation: 0.73, 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 #A0F0CC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 204 -
CMYK 0.33 0 0.15 0.06
HSL 153º 0.73% 0.78% -
HSV(B) 153º 0.33% 0.94% -
XYZ 56.56 74.15 68.46 -
YUV 211.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 160 240 204 0.33 0 0.15 0.06 153 0.73 0.78
Hex A0 F0 CC 21 0 F 6 99 49 4E
Octal 240 360 314 41 0 17 6 231 111 116
Binary 10100000 11110000 11001100 100001 0 1111 110 10011001 1001001 1001110

Color Harmonies of #A0F0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F0CC

Black with #A0F0CC

Text Example


Text Example

White with #A0F0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F0CC; }

 p { color: rgb(160,240,204); }

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

background-color css

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

 a { background-color: rgb(160,240,204); }

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

border-color css

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

 span { border-color: rgb(160,240,204); }

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