Html Css Color HEX #AEF3DE Water Leaf

📋 copy color: '#AEF3DE'

red 174 ◦ green 243 ◦ blue 222

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

Shades of Water Leaf #AEF3DE

Tints of Water Leaf #AEF3DE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.03%

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 27.23%
G = 38.03%
B = 34.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#AEF3DE (or 0xAEF3DE) is known color: Water Leaf. HEX triplet: AE, F3 and DE. RGB value is (174,243,222). Sum of RGB (Red+Green+Blue) = 174+243+222=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3DE is #510C21. Grayscale: #DBDBDB. Windows color (decimal): -5311522 or 14611374. OLE color: 14611374.

HSL color Cylindrical-coordinate representation of color #AEF3DE: hue angle of 161.74º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3DE is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 243 222 -
CMYK 0.28 0 0.09 0.05
HSL 161.74º 0.74% 0.82% -
HSV(B) 161.74º 0.28% 0.95% -
XYZ 62.69 78.37 80.93 -
YUV 219.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 174 243 222 0.28 0 0.09 0.05 161.74 0.74 0.82
Hex AE F3 DE 1C 0 9 5 A2 4A 52
Octal 256 363 336 34 0 11 5 242 112 122
Binary 10101110 11110011 11011110 11100 0 1001 101 10100010 1001010 1010010

Color Harmonies of #AEF3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF3DE

Black with #AEF3DE

Text Example


Text Example

White with #AEF3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF3DE; }

 p { color: rgb(174,243,222); }

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

background-color css

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

 a { background-color: rgb(174,243,222); }

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

border-color css

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

 span { border-color: rgb(174,243,222); }

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