Html Css Color HEX #AEF9E9 Water Leaf

📋 copy color: '#AEF9E9'

red 174 ◦ green 249 ◦ blue 233

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

Shades of Water Leaf #AEF9E9

Tints of Water Leaf #AEF9E9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.96%

 BLUE value IS 233 (91.41% from 255) = 35.52%

R = 26.52%
G = 37.96%
B = 35.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#AEF9E9 (or 0xAEF9E9) is known color: Water Leaf. HEX triplet: AE, F9 and E9. RGB value is (174,249,233). Sum of RGB (Red+Green+Blue) = 174+249+233=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9E9 is #510616. Grayscale: #E0E0E0. Windows color (decimal): -5309975 or 15333806. OLE color: 15333806.

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

Color convert

RGB 174 249 233 -
CMYK 0.30 0 0.06 0.02
HSL 167.2º 0.86% 0.83% -
HSV(B) 167.2º 0.3% 0.98% -
XYZ 66.04 82.63 89.56 -
YUV 224.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 174 249 233 0.30 0 0.06 0.02 167.2 0.86 0.83
Hex AE F9 E9 1E 0 6 2 A7 56 53
Octal 256 371 351 36 0 6 2 247 126 123
Binary 10101110 11111001 11101001 11110 0 110 10 10100111 1010110 1010011

Color Harmonies of #AEF9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9E9

Black with #AEF9E9

Text Example


Text Example

White with #AEF9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9E9; }

 p { color: rgb(174,249,233); }

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

background-color css

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

 a { background-color: rgb(174,249,233); }

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

border-color css

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

 span { border-color: rgb(174,249,233); }

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