Html Css Color HEX #AEF9DF Water Leaf

📋 copy color: '#AEF9DF'

red 174 ◦ green 249 ◦ blue 223

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

Shades of Water Leaf #AEF9DF

Tints of Water Leaf #AEF9DF

RGB

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

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

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

R = 26.93%
G = 38.54%
B = 34.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AEF9DF (or 0xAEF9DF) is known color: Water Leaf. HEX triplet: AE, F9 and DF. RGB value is (174,249,223). Sum of RGB (Red+Green+Blue) = 174+249+223=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9DF is #510620. Grayscale: #DFDFDF. Windows color (decimal): -5309985 or 14678446. OLE color: 14678446.

HSL color Cylindrical-coordinate representation of color #AEF9DF: hue angle of 159.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 #AEF9DF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 223 -
CMYK 0.30 0 0.10 0.02
HSL 159.2º 0.86% 0.83% -
HSV(B) 159.2º 0.3% 0.98% -
XYZ 64.65 82.08 82.25 -
YUV 223.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 174 249 223 0.30 0 0.10 0.02 159.2 0.86 0.83
Hex AE F9 DF 1E 0 A 2 9F 56 53
Octal 256 371 337 36 0 12 2 237 126 123
Binary 10101110 11111001 11011111 11110 0 1010 10 10011111 1010110 1010011

Color Harmonies of #AEF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9DF

Black with #AEF9DF

Text Example


Text Example

White with #AEF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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