Html Css Color HEX #AEDFBE Fringy Flower

📋 copy color: '#AEDFBE'

red 174 ◦ green 223 ◦ blue 190

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

Shades of Fringy Flower #AEDFBE

Tints of Fringy Flower #AEDFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.99%

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 29.64%
G = 37.99%
B = 32.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#AEDFBE (or 0xAEDFBE) is known color: Fringy Flower. HEX triplet: AE, DF and BE. RGB value is (174,223,190). Sum of RGB (Red+Green+Blue) = 174+223+190=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFBE is #512041. Grayscale: #CCCCCC. Windows color (decimal): -5316674 or 12509102. OLE color: 12509102.

HSL color Cylindrical-coordinate representation of color #AEDFBE: hue angle of 139.59º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFBE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 190 -
CMYK 0.22 0 0.15 0.13
HSL 139.59º 0.43% 0.78% -
HSV(B) 139.59º 0.22% 0.87% -
XYZ 53.14 65.49 58.56 -
YUV 204.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 174 223 190 0.22 0 0.15 0.13 139.59 0.43 0.78
Hex AE DF BE 16 0 F D 8C 2B 4E
Octal 256 337 276 26 0 17 15 214 53 116
Binary 10101110 11011111 10111110 10110 0 1111 1101 10001100 101011 1001110

Color Harmonies of #AEDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFBE

Black with #AEDFBE

Text Example


Text Example

White with #AEDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFBE; }

 p { color: rgb(174,223,190); }

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

background-color css

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

 a { background-color: rgb(174,223,190); }

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

border-color css

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

 span { border-color: rgb(174,223,190); }

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