Html Css Color HEX #AEEEE2 Water Leaf

📋 copy color: '#AEEEE2'

red 174 ◦ green 238 ◦ blue 226

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

Shades of Water Leaf #AEEEE2

Tints of Water Leaf #AEEEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 226 (88.67% from 255) = 35.42%

R = 27.27%
G = 37.3%
B = 35.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#AEEEE2 (or 0xAEEEE2) is known color: Water Leaf. HEX triplet: AE, EE and E2. RGB value is (174,238,226). Sum of RGB (Red+Green+Blue) = 174+238+226=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE2 is #51111D. Grayscale: #D9D9D9. Windows color (decimal): -5312798 or 14872238. OLE color: 14872238.

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

Color convert

RGB 174 238 226 -
CMYK 0.27 0 0.05 0.07
HSL 168.75º 0.65% 0.81% -
HSV(B) 168.75º 0.27% 0.93% -
XYZ 61.76 75.64 83.3 -
YUV 217.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 174 238 226 0.27 0 0.05 0.07 168.75 0.65 0.81
Hex AE EE E2 1B 0 5 7 A9 41 51
Octal 256 356 342 33 0 5 7 251 101 121
Binary 10101110 11101110 11100010 11011 0 101 111 10101001 1000001 1010001

Color Harmonies of #AEEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEE2

Black with #AEEEE2

Text Example


Text Example

White with #AEEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEE2; }

 p { color: rgb(174,238,226); }

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

background-color css

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

 a { background-color: rgb(174,238,226); }

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

border-color css

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

 span { border-color: rgb(174,238,226); }

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