#ADE8CF

Color #ADE8CF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ADE8CF

Tints of Magic Mint #ADE8CF

Color information

#ADE8CF (or 0xADE8CF) is unknown color: approx Magic Mint. HEX triplet: AD, E8 and CF. RGB value is (173,232,207). Sum of RGB (Red+Green+Blue) = 173+232+207=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8CF is #521730. Grayscale: #D3D3D3. Windows color (decimal): -5379889 or 13625517. OLE color: 13625517.

HSL color Cylindrical-coordinate representation of color #ADE8CF: hue angle of 154.58º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8CF is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB173232207-
CMYK0.2500.110.09
HSL154.58º56.19%79.41%-
HSV(B)154.58º25.43%90.98%-
XYZ57.3571.169.73-
YUV211.51125.45100.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=28.27%
G=37.91%
B=33.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732322070.2500.110.09154.5856.1979.41
HexADE8CF190B99b384f
Octal255350317310131123370117
Binary10101101111010001100111111001010111001100110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8CF; }

 p { color: rgb(173,232,207); }

 H1.HeaderClassName
 {
   color: #ADE8CF;
 }
 .AnyTagClassName
 {
   color: #ADE8CF;
 }
</style>
background-color css

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

 a { background-color: rgb(173,232,207); }

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

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

 span { border-color: rgb(173,232,207); }

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