Html Css Color HEX #AEEBCF Magic Mint

📋 copy color: '#AEEBCF'

red 174 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #AEEBCF

Tints of Magic Mint #AEEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.6%

R = 28.25%
G = 38.15%
B = 33.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AEEBCF (or 0xAEEBCF) is known color: Magic Mint. HEX triplet: AE, EB and CF. RGB value is (174,235,207). Sum of RGB (Red+Green+Blue) = 174+235+207=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBCF is #511430. Grayscale: #D5D5D5. Windows color (decimal): -5313585 or 13626286. OLE color: 13626286.

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

Color convert

RGB 174 235 207 -
CMYK 0.26 0 0.12 0.08
HSL 152.46º 0.6% 0.8% -
HSV(B) 152.46º 0.26% 0.92% -
XYZ 58.43 72.92 70.03 -
YUV 213.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 174 235 207 0.26 0 0.12 0.08 152.46 0.6 0.8
Hex AE EB CF 1A 0 C 8 98 3C 50
Octal 256 353 317 32 0 14 10 230 74 120
Binary 10101110 11101011 11001111 11010 0 1100 1000 10011000 111100 1010000

Color Harmonies of #AEEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBCF

Black with #AEEBCF

Text Example


Text Example

White with #AEEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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