Html Css Color HEX #AEF9EA Water Leaf

📋 copy color: '#AEF9EA'

red 174 ◦ green 249 ◦ blue 234

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

Shades of Water Leaf #AEF9EA

Tints of Water Leaf #AEF9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 26.48%
G = 37.9%
B = 35.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#AEF9EA (or 0xAEF9EA) is known color: Water Leaf. HEX triplet: AE, F9 and EA. RGB value is (174,249,234). Sum of RGB (Red+Green+Blue) = 174+249+234=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9EA is #510615. Grayscale: #E0E0E0. Windows color (decimal): -5309974 or 15399342. OLE color: 15399342.

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

Color convert

RGB 174 249 234 -
CMYK 0.30 0 0.06 0.02
HSL 168º 0.86% 0.83% -
HSV(B) 168º 0.3% 0.98% -
XYZ 66.18 82.69 90.31 -
YUV 224.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 174 249 234 0.30 0 0.06 0.02 168 0.86 0.83
Hex AE F9 EA 1E 0 6 2 A8 56 53
Octal 256 371 352 36 0 6 2 250 126 123
Binary 10101110 11111001 11101010 11110 0 110 10 10101000 1010110 1010011

Color Harmonies of #AEF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9EA

Black with #AEF9EA

Text Example


Text Example

White with #AEF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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