Html Css Color HEX #AEF8E8 Water Leaf

📋 copy color: '#AEF8E8'

red 174 ◦ green 248 ◦ blue 232

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

Shades of Water Leaf #AEF8E8

Tints of Water Leaf #AEF8E8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.92%

 BLUE value IS 232 (91.02% from 255) = 35.47%

R = 26.61%
G = 37.92%
B = 35.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#AEF8E8 (or 0xAEF8E8) is known color: Water Leaf. HEX triplet: AE, F8 and E8. RGB value is (174,248,232). Sum of RGB (Red+Green+Blue) = 174+248+232=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8E8 is #510717. Grayscale: #E0E0E0. Windows color (decimal): -5310232 or 15268014. OLE color: 15268014.

HSL color Cylindrical-coordinate representation of color #AEF8E8: hue angle of 167.03º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8E8 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 232 -
CMYK 0.30 0 0.06 0.03
HSL 167.03º 0.84% 0.83% -
HSV(B) 167.03º 0.3% 0.97% -
XYZ 65.59 81.96 88.71 -
YUV 224.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 174 248 232 0.30 0 0.06 0.03 167.03 0.84 0.83
Hex AE F8 E8 1E 0 6 3 A7 54 53
Octal 256 370 350 36 0 6 3 247 124 123
Binary 10101110 11111000 11101000 11110 0 110 11 10100111 1010100 1010011

Color Harmonies of #AEF8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8E8

Black with #AEF8E8

Text Example


Text Example

White with #AEF8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8E8; }

 p { color: rgb(174,248,232); }

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

background-color css

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

 a { background-color: rgb(174,248,232); }

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

border-color css

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

 span { border-color: rgb(174,248,232); }

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