#ADEBCF

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

Shades of Magic Mint #ADEBCF

Tints of Magic Mint #ADEBCF

Color information

#ADEBCF (or 0xADEBCF) is unknown color: approx Magic Mint. HEX triplet: AD, EB and CF. RGB value is (173,235,207). Sum of RGB (Red+Green+Blue) = 173+235+207=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBCF is #521430. Grayscale: #D5D5D5. Windows color (decimal): -5379121 or 13626285. OLE color: 13626285.

HSL color Cylindrical-coordinate representation of color #ADEBCF: hue angle of 152.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBCF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB173235207-
CMYK0.2600.120.08
HSL152.9º60.78%80%-
HSV(B)152.9º26.38%92.16%-
XYZ58.272.8170.02-
YUV213.27124.4699.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=28.13%
G=38.21%
B=33.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732352070.2600.120.08152.960.7880
HexADEBCF1A0C8993d50
Octal255353317320141023175120
Binary10101101111010111100111111010011001000100110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBCF; }

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

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

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

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

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

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

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

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