Html Css Color HEX #AEE2BA Fringy Flower

📋 copy color: '#AEE2BA'

red 174 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #AEE2BA

Tints of Fringy Flower #AEE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.57%

 BLUE value IS 186 (73.05% from 255) = 31.74%

R = 29.69%
G = 38.57%
B = 31.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#AEE2BA (or 0xAEE2BA) is known color: Fringy Flower. HEX triplet: AE, E2 and BA. RGB value is (174,226,186). Sum of RGB (Red+Green+Blue) = 174+226+186=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2BA is #511D45. Grayscale: #CECECE. Windows color (decimal): -5315910 or 12247726. OLE color: 12247726.

HSL color Cylindrical-coordinate representation of color #AEE2BA: hue angle of 133.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2BA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 226 186 -
CMYK 0.23 0 0.18 0.11
HSL 133.85º 0.47% 0.78% -
HSV(B) 133.85º 0.23% 0.89% -
XYZ 53.51 66.94 56.55 -
YUV 205.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 174 226 186 0.23 0 0.18 0.11 133.85 0.47 0.78
Hex AE E2 BA 17 0 12 B 86 2F 4E
Octal 256 342 272 27 0 22 13 206 57 116
Binary 10101110 11100010 10111010 10111 0 10010 1011 10000110 101111 1001110

Color Harmonies of #AEE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE2BA

Black with #AEE2BA

Text Example


Text Example

White with #AEE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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