Html Css Color HEX #A0F3CF Magic Mint

📋 copy color: '#A0F3CF'

red 160 ◦ green 243 ◦ blue 207

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

Shades of Magic Mint #A0F3CF

Tints of Magic Mint #A0F3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.84%

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 26.23%
G = 39.84%
B = 33.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#A0F3CF (or 0xA0F3CF) is known color: Magic Mint. HEX triplet: A0, F3 and CF. RGB value is (160,243,207). Sum of RGB (Red+Green+Blue) = 160+243+207=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3CF is #5F0C30. Grayscale: #D6D6D6. Windows color (decimal): -6229041 or 13628320. OLE color: 13628320.

HSL color Cylindrical-coordinate representation of color #A0F3CF: hue angle of 153.98º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3CF is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 207 -
CMYK 0.34 0 0.15 0.05
HSL 153.98º 0.78% 0.79% -
HSV(B) 153.98º 0.34% 0.95% -
XYZ 57.81 76.08 70.67 -
YUV 214.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 160 243 207 0.34 0 0.15 0.05 153.98 0.78 0.79
Hex A0 F3 CF 22 0 F 5 9A 4E 4F
Octal 240 363 317 42 0 17 5 232 116 117
Binary 10100000 11110011 11001111 100010 0 1111 101 10011010 1001110 1001111

Color Harmonies of #A0F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F3CF

Black with #A0F3CF

Text Example


Text Example

White with #A0F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F3CF; }

 p { color: rgb(160,243,207); }

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

background-color css

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

 a { background-color: rgb(160,243,207); }

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

border-color css

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

 span { border-color: rgb(160,243,207); }

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