Html Css Color HEX #AEDABA Fringy Flower

📋 copy color: '#AEDABA'

red 174 ◦ green 218 ◦ blue 186

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

Shades of Fringy Flower #AEDABA

Tints of Fringy Flower #AEDABA

RGB

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

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

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

R = 30.1%
G = 37.72%
B = 32.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#AEDABA (or 0xAEDABA) is known color: Fringy Flower. HEX triplet: AE, DA and BA. RGB value is (174,218,186). Sum of RGB (Red+Green+Blue) = 174+218+186=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABA is #512545. Grayscale: #C9C9C9. Windows color (decimal): -5317958 or 12245678. OLE color: 12245678.

HSL color Cylindrical-coordinate representation of color #AEDABA: hue angle of 136.36º 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 #AEDABA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 186 -
CMYK 0.20 0 0.15 0.15
HSL 136.36º 0.37% 0.77% -
HSV(B) 136.36º 0.2% 0.85% -
XYZ 51.39 62.69 55.85 -
YUV 201.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 174 218 186 0.20 0 0.15 0.15 136.36 0.37 0.77
Hex AE DA BA 14 0 F F 88 25 4D
Octal 256 332 272 24 0 17 17 210 45 115
Binary 10101110 11011010 10111010 10100 0 1111 1111 10001000 100101 1001101

Color Harmonies of #AEDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDABA

Black with #AEDABA

Text Example


Text Example

White with #AEDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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