Html Css Color HEX #AEF1E1 Water Leaf

📋 copy color: '#AEF1E1'

red 174 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #AEF1E1

Tints of Water Leaf #AEF1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.66%

 BLUE value IS 225 (88.28% from 255) = 35.16%

R = 27.19%
G = 37.66%
B = 35.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#AEF1E1 (or 0xAEF1E1) is known color: Water Leaf. HEX triplet: AE, F1 and E1. RGB value is (174,241,225). Sum of RGB (Red+Green+Blue) = 174+241+225=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1E1 is #510E1E. Grayscale: #DBDBDB. Windows color (decimal): -5312031 or 14807470. OLE color: 14807470.

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

Color convert

RGB 174 241 225 -
CMYK 0.28 0 0.07 0.05
HSL 165.67º 0.71% 0.81% -
HSV(B) 165.67º 0.28% 0.95% -
XYZ 62.5 77.35 82.87 -
YUV 219.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 174 241 225 0.28 0 0.07 0.05 165.67 0.71 0.81
Hex AE F1 E1 1C 0 7 5 A6 47 51
Octal 256 361 341 34 0 7 5 246 107 121
Binary 10101110 11110001 11100001 11100 0 111 101 10100110 1000111 1010001

Color Harmonies of #AEF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1E1

Black with #AEF1E1

Text Example


Text Example

White with #AEF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1E1; }

 p { color: rgb(174,241,225); }

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

background-color css

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

 a { background-color: rgb(174,241,225); }

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

border-color css

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

 span { border-color: rgb(174,241,225); }

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