Html Css Color HEX #ADEBCA Magic Mint

📋 copy color: '#ADEBCA'

red 173 ◦ green 235 ◦ blue 202

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

Shades of Magic Mint #ADEBCA

Tints of Magic Mint #ADEBCA

RGB

 RED value IS 173 (67.97% from 255) = 28.36%

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 202 (79.3% from 255) = 33.11%

R = 28.36%
G = 38.52%
B = 33.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#ADEBCA (or 0xADEBCA) is known color: Magic Mint. HEX triplet: AD, EB and CA. RGB value is (173,235,202). Sum of RGB (Red+Green+Blue) = 173+235+202=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBCA is #521435. Grayscale: #D4D4D4. Windows color (decimal): -5379126 or 13298605. OLE color: 13298605.

HSL color Cylindrical-coordinate representation of color #ADEBCA: hue angle of 148.06º 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 #ADEBCA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 202 -
CMYK 0.26 0 0.14 0.08
HSL 148.06º 0.61% 0.8% -
HSV(B) 148.06º 0.26% 0.92% -
XYZ 57.6 72.57 66.85 -
YUV 212.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 173 235 202 0.26 0 0.14 0.08 148.06 0.61 0.8
Hex AD EB CA 1A 0 E 8 94 3D 50
Octal 255 353 312 32 0 16 10 224 75 120
Binary 10101101 11101011 11001010 11010 0 1110 1000 10010100 111101 1010000

Color Harmonies of #ADEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBCA

Black with #ADEBCA

Text Example


Text Example

White with #ADEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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