Html Css Color HEX #ADEBCF Magic Mint

📋 copy color: '#ADEBCF'

red 173 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #ADEBCF

Tints of Magic Mint #ADEBCF

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 value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ADEBCF (or 0xADEBCF) is known color: 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

RGB 173 235 207 -
CMYK 0.26 0 0.12 0.08
HSL 152.9º 0.61% 0.8% -
HSV(B) 152.9º 0.26% 0.92% -
XYZ 58.2 72.81 70.02 -
YUV 213.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 173 235 207 0.26 0 0.12 0.08 152.9 0.61 0.8
Hex AD EB CF 1A 0 C 8 99 3D 50
Octal 255 353 317 32 0 14 10 231 75 120
Binary 10101101 11101011 11001111 11010 0 1100 1000 10011001 111101 1010000

Color Harmonies of #ADEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBCF

Black with #ADEBCF

Text Example


Text Example

White with #ADEBCF

Text Example


Text Example

HTML Codes & Css Web 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>