Html Css Color HEX #ADEACB Magic Mint

📋 copy color: '#ADEACB'

red 173 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #ADEACB

Tints of Magic Mint #ADEACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 28.36%
G = 38.36%
B = 33.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#ADEACB (or 0xADEACB) is known color: Magic Mint. HEX triplet: AD, EA and CB. RGB value is (173,234,203). Sum of RGB (Red+Green+Blue) = 173+234+203=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEACB is #521534. Grayscale: #D4D4D4. Windows color (decimal): -5379381 or 13363885. OLE color: 13363885.

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

Color convert

RGB 173 234 203 -
CMYK 0.26 0 0.13 0.08
HSL 149.51º 0.59% 0.8% -
HSV(B) 149.51º 0.26% 0.92% -
XYZ 57.44 72.04 67.38 -
YUV 212.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 173 234 203 0.26 0 0.13 0.08 149.51 0.59 0.8
Hex AD EA CB 1A 0 D 8 96 3B 50
Octal 255 352 313 32 0 15 10 226 73 120
Binary 10101101 11101010 11001011 11010 0 1101 1000 10010110 111011 1010000

Color Harmonies of #ADEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEACB

Black with #ADEACB

Text Example


Text Example

White with #ADEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEACB; }

 p { color: rgb(173,234,203); }

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

background-color css

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

 a { background-color: rgb(173,234,203); }

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

border-color css

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

 span { border-color: rgb(173,234,203); }

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