Html Css Color HEX #AEF1E3 Water Leaf

📋 copy color: '#AEF1E3'

red 174 ◦ green 241 ◦ blue 227

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

Shades of Water Leaf #AEF1E3

Tints of Water Leaf #AEF1E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.36%

R = 27.1%
G = 37.54%
B = 35.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#AEF1E3 (or 0xAEF1E3) is known color: Water Leaf. HEX triplet: AE, F1 and E3. RGB value is (174,241,227). Sum of RGB (Red+Green+Blue) = 174+241+227=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1E3 is #510E1C. Grayscale: #DBDBDB. Windows color (decimal): -5312029 or 14938542. OLE color: 14938542.

HSL color Cylindrical-coordinate representation of color #AEF1E3: hue angle of 167.46º 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 #AEF1E3 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 227 -
CMYK 0.28 0 0.06 0.05
HSL 167.46º 0.71% 0.81% -
HSV(B) 167.46º 0.28% 0.95% -
XYZ 62.78 77.46 84.31 -
YUV 219.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 174 241 227 0.28 0 0.06 0.05 167.46 0.71 0.81
Hex AE F1 E3 1C 0 6 5 A7 47 51
Octal 256 361 343 34 0 6 5 247 107 121
Binary 10101110 11110001 11100011 11100 0 110 101 10100111 1000111 1010001

Color Harmonies of #AEF1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1E3

Black with #AEF1E3

Text Example


Text Example

White with #AEF1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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