Html Css Color HEX #AEFAEA Water Leaf

📋 copy color: '#AEFAEA'

red 174 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #AEFAEA

Tints of Water Leaf #AEFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.99%

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

R = 26.44%
G = 37.99%
B = 35.56%

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

#AEFAEA (or 0xAEFAEA) is known color: Water Leaf. HEX triplet: AE, FA and EA. RGB value is (174,250,234). Sum of RGB (Red+Green+Blue) = 174+250+234=658 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.44% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAEA is #510515. Grayscale: #E1E1E1. Windows color (decimal): -5309718 or 15399598. OLE color: 15399598.

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

Color convert

RGB 174 250 234 -
CMYK 0.30 0 0.06 0.02
HSL 167.37º 0.88% 0.83% -
HSV(B) 167.37º 0.3% 0.98% -
XYZ 66.49 83.31 90.42 -
YUV 225.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 174 250 234 0.30 0 0.06 0.02 167.37 0.88 0.83
Hex AE FA EA 1E 0 6 2 A7 58 53
Octal 256 372 352 36 0 6 2 247 130 123
Binary 10101110 11111010 11101010 11110 0 110 10 10100111 1011000 1010011

Color Harmonies of #AEFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAEA

Black with #AEFAEA

Text Example


Text Example

White with #AEFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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