Html Css Color HEX #AEEFDF Water Leaf

📋 copy color: '#AEEFDF'

red 174 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #AEEFDF

Tints of Water Leaf #AEEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 27.36%
G = 37.58%
B = 35.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#AEEFDF (or 0xAEEFDF) is known color: Water Leaf. HEX triplet: AE, EF and DF. RGB value is (174,239,223). Sum of RGB (Red+Green+Blue) = 174+239+223=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFDF is #511020. Grayscale: #D9D9D9. Windows color (decimal): -5312545 or 14675886. OLE color: 14675886.

HSL color Cylindrical-coordinate representation of color #AEEFDF: hue angle of 165.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFDF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 223 -
CMYK 0.27 0 0.07 0.06
HSL 165.23º 0.67% 0.81% -
HSV(B) 165.23º 0.27% 0.94% -
XYZ 61.64 76.06 81.24 -
YUV 217.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 174 239 223 0.27 0 0.07 0.06 165.23 0.67 0.81
Hex AE EF DF 1B 0 7 6 A5 43 51
Octal 256 357 337 33 0 7 6 245 103 121
Binary 10101110 11101111 11011111 11011 0 111 110 10100101 1000011 1010001

Color Harmonies of #AEEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFDF

Black with #AEEFDF

Text Example


Text Example

White with #AEEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFDF; }

 p { color: rgb(174,239,223); }

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

background-color css

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

 a { background-color: rgb(174,239,223); }

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

border-color css

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

 span { border-color: rgb(174,239,223); }

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