Html Css Color HEX #AEDABB Fringy Flower

📋 copy color: '#AEDABB'

red 174 ◦ green 218 ◦ blue 187

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

Shades of Fringy Flower #AEDABB

Tints of Fringy Flower #AEDABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 30.05%
G = 37.65%
B = 32.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#AEDABB (or 0xAEDABB) is known color: Fringy Flower. HEX triplet: AE, DA and BB. RGB value is (174,218,187). Sum of RGB (Red+Green+Blue) = 174+218+187=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABB is #512544. Grayscale: #C9C9C9. Windows color (decimal): -5317957 or 12311214. OLE color: 12311214.

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

Color convert

RGB 174 218 187 -
CMYK 0.20 0 0.14 0.15
HSL 137.73º 0.37% 0.77% -
HSV(B) 137.73º 0.2% 0.85% -
XYZ 51.5 62.73 56.41 -
YUV 201.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 174 218 187 0.20 0 0.14 0.15 137.73 0.37 0.77
Hex AE DA BB 14 0 E F 8A 25 4D
Octal 256 332 273 24 0 16 17 212 45 115
Binary 10101110 11011010 10111011 10100 0 1110 1111 10001010 100101 1001101

Color Harmonies of #AEDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDABB

Black with #AEDABB

Text Example


Text Example

White with #AEDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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