Html Css Color HEX #AEECCB Magic Mint

📋 copy color: '#AEECCB'

red 174 ◦ green 236 ◦ blue 203

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

Shades of Magic Mint #AEECCB

Tints of Magic Mint #AEECCB

RGB

 RED value IS 174 (68.36% from 255) = 28.38%

 GREEN value IS 236 (92.58% from 255) = 38.5%

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

R = 28.38%
G = 38.5%
B = 33.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AEECCB (or 0xAEECCB) is known color: Magic Mint. HEX triplet: AE, EC and CB. RGB value is (174,236,203). Sum of RGB (Red+Green+Blue) = 174+236+203=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECCB is #511334. Grayscale: #D5D5D5. Windows color (decimal): -5313333 or 13364398. OLE color: 13364398.

HSL color Cylindrical-coordinate representation of color #AEECCB: hue angle of 148.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECCB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 203 -
CMYK 0.26 0 0.14 0.07
HSL 148.06º 0.62% 0.8% -
HSV(B) 148.06º 0.26% 0.93% -
XYZ 58.23 73.3 67.58 -
YUV 213.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 174 236 203 0.26 0 0.14 0.07 148.06 0.62 0.8
Hex AE EC CB 1A 0 E 7 94 3E 50
Octal 256 354 313 32 0 16 7 224 76 120
Binary 10101110 11101100 11001011 11010 0 1110 111 10010100 111110 1010000

Color Harmonies of #AEECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECCB

Black with #AEECCB

Text Example


Text Example

White with #AEECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECCB; }

 p { color: rgb(174,236,203); }

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

background-color css

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

 a { background-color: rgb(174,236,203); }

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

border-color css

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

 span { border-color: rgb(174,236,203); }

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