Html Css Color HEX #AEDAB8 Fringy Flower

📋 copy color: '#AEDAB8'

red 174 ◦ green 218 ◦ blue 184

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

Shades of Fringy Flower #AEDAB8

Tints of Fringy Flower #AEDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

 BLUE value IS 184 (72.27% from 255) = 31.94%

R = 30.21%
G = 37.85%
B = 31.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#AEDAB8 (or 0xAEDAB8) is known color: Fringy Flower. HEX triplet: AE, DA and B8. RGB value is (174,218,184). Sum of RGB (Red+Green+Blue) = 174+218+184=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAB8 is #512547. Grayscale: #C9C9C9. Windows color (decimal): -5317960 or 12114606. OLE color: 12114606.

HSL color Cylindrical-coordinate representation of color #AEDAB8: hue angle of 133.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAB8 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 184 -
CMYK 0.20 0 0.16 0.15
HSL 133.64º 0.37% 0.77% -
HSV(B) 133.64º 0.2% 0.85% -
XYZ 51.18 62.6 54.73 -
YUV 200.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 174 218 184 0.20 0 0.16 0.15 133.64 0.37 0.77
Hex AE DA B8 14 0 10 F 86 25 4D
Octal 256 332 270 24 0 20 17 206 45 115
Binary 10101110 11011010 10111000 10100 0 10000 1111 10000110 100101 1001101

Color Harmonies of #AEDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAB8

Black with #AEDAB8

Text Example


Text Example

White with #AEDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAB8; }

 p { color: rgb(174,218,184); }

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

background-color css

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

 a { background-color: rgb(174,218,184); }

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

border-color css

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

 span { border-color: rgb(174,218,184); }

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