Html Css Color HEX #ADEACA Magic Mint

📋 copy color: '#ADEACA'

red 173 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #ADEACA

Tints of Magic Mint #ADEACA

RGB

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

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

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

R = 28.41%
G = 38.42%
B = 33.17%

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

#ADEACA (or 0xADEACA) is known color: Magic Mint. HEX triplet: AD, EA and CA. RGB value is (173,234,202). Sum of RGB (Red+Green+Blue) = 173+234+202=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEACA is #521535. Grayscale: #D4D4D4. Windows color (decimal): -5379382 or 13298349. OLE color: 13298349.

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

Color convert

RGB 173 234 202 -
CMYK 0.26 0 0.14 0.08
HSL 148.52º 0.59% 0.8% -
HSV(B) 148.52º 0.26% 0.92% -
XYZ 57.32 71.99 66.75 -
YUV 212.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 173 234 202 0.26 0 0.14 0.08 148.52 0.59 0.8
Hex AD EA CA 1A 0 E 8 95 3B 50
Octal 255 352 312 32 0 16 10 225 73 120
Binary 10101101 11101010 11001010 11010 0 1110 1000 10010101 111011 1010000

Color Harmonies of #ADEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEACA

Black with #ADEACA

Text Example


Text Example

White with #ADEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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