Html Css Color HEX #AEEBCB Magic Mint

📋 copy color: '#AEEBCB'

red 174 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #AEEBCB

Tints of Magic Mint #AEEBCB

RGB

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

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

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

R = 28.43%
G = 38.4%
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

#AEEBCB (or 0xAEEBCB) is known color: Magic Mint. HEX triplet: AE, EB and CB. RGB value is (174,235,203). Sum of RGB (Red+Green+Blue) = 174+235+203=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBCB is #511434. Grayscale: #D5D5D5. Windows color (decimal): -5313589 or 13364142. OLE color: 13364142.

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

Color convert

RGB 174 235 203 -
CMYK 0.26 0 0.14 0.08
HSL 148.52º 0.6% 0.8% -
HSV(B) 148.52º 0.26% 0.92% -
XYZ 57.94 72.73 67.48 -
YUV 213.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 174 235 203 0.26 0 0.14 0.08 148.52 0.6 0.8
Hex AE EB CB 1A 0 E 8 95 3C 50
Octal 256 353 313 32 0 16 10 225 74 120
Binary 10101110 11101011 11001011 11010 0 1110 1000 10010101 111100 1010000

Color Harmonies of #AEEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBCB

Black with #AEEBCB

Text Example


Text Example

White with #AEEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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