Html Css Color HEX #AEDCB5 Fringy Flower

📋 copy color: '#AEDCB5'

red 174 ◦ green 220 ◦ blue 181

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

Shades of Fringy Flower #AEDCB5

Tints of Fringy Flower #AEDCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 181 (71.09% from 255) = 31.48%

R = 30.26%
G = 38.26%
B = 31.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#AEDCB5 (or 0xAEDCB5) is known color: Fringy Flower. HEX triplet: AE, DC and B5. RGB value is (174,220,181). Sum of RGB (Red+Green+Blue) = 174+220+181=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB5 is #51234A. Grayscale: #C9C9C9. Windows color (decimal): -5317451 or 11918510. OLE color: 11918510.

HSL color Cylindrical-coordinate representation of color #AEDCB5: hue angle of 129.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCB5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 181 -
CMYK 0.21 0 0.18 0.14
HSL 129.13º 0.4% 0.77% -
HSV(B) 129.13º 0.21% 0.86% -
XYZ 51.39 63.52 53.27 -
YUV 201.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 174 220 181 0.21 0 0.18 0.14 129.13 0.4 0.77
Hex AE DC B5 15 0 12 E 81 28 4D
Octal 256 334 265 25 0 22 16 201 50 115
Binary 10101110 11011100 10110101 10101 0 10010 1110 10000001 101000 1001101

Color Harmonies of #AEDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCB5

Black with #AEDCB5

Text Example


Text Example

White with #AEDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCB5; }

 p { color: rgb(174,220,181); }

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

background-color css

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

 a { background-color: rgb(174,220,181); }

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

border-color css

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

 span { border-color: rgb(174,220,181); }

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