Html Css Color HEX #AEECE0 Water Leaf

📋 copy color: '#AEECE0'

red 174 ◦ green 236 ◦ blue 224

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

Shades of Water Leaf #AEECE0

Tints of Water Leaf #AEECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.22%

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 27.44%
G = 37.22%
B = 35.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#AEECE0 (or 0xAEECE0) is known color: Water Leaf. HEX triplet: AE, EC and E0. RGB value is (174,236,224). Sum of RGB (Red+Green+Blue) = 174+236+224=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE0 is #51131F. Grayscale: #D8D8D8. Windows color (decimal): -5313312 or 14740654. OLE color: 14740654.

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

Color convert

RGB 174 236 224 -
CMYK 0.26 0 0.05 0.07
HSL 168.39º 0.62% 0.8% -
HSV(B) 168.39º 0.26% 0.93% -
XYZ 60.91 74.37 81.67 -
YUV 216.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 174 236 224 0.26 0 0.05 0.07 168.39 0.62 0.8
Hex AE EC E0 1A 0 5 7 A8 3E 50
Octal 256 354 340 32 0 5 7 250 76 120
Binary 10101110 11101100 11100000 11010 0 101 111 10101000 111110 1010000

Color Harmonies of #AEECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECE0

Black with #AEECE0

Text Example


Text Example

White with #AEECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECE0; }

 p { color: rgb(174,236,224); }

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

background-color css

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

 a { background-color: rgb(174,236,224); }

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

border-color css

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

 span { border-color: rgb(174,236,224); }

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