Html Css Color HEX #AEDABF Fringy Flower

📋 copy color: '#AEDABF'

red 174 ◦ green 218 ◦ blue 191

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

Shades of Fringy Flower #AEDABF

Tints of Fringy Flower #AEDABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.76%

R = 29.85%
G = 37.39%
B = 32.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#AEDABF (or 0xAEDABF) is known color: Fringy Flower. HEX triplet: AE, DA and BF. RGB value is (174,218,191). Sum of RGB (Red+Green+Blue) = 174+218+191=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABF is #512540. Grayscale: #C9C9C9. Windows color (decimal): -5317953 or 12573358. OLE color: 12573358.

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

Color convert

RGB 174 218 191 -
CMYK 0.20 0 0.12 0.15
HSL 143.18º 0.37% 0.77% -
HSV(B) 143.18º 0.2% 0.85% -
XYZ 51.93 62.9 58.69 -
YUV 201.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 174 218 191 0.20 0 0.12 0.15 143.18 0.37 0.77
Hex AE DA BF 14 0 C F 8F 25 4D
Octal 256 332 277 24 0 14 17 217 45 115
Binary 10101110 11011010 10111111 10100 0 1100 1111 10001111 100101 1001101

Color Harmonies of #AEDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDABF

Black with #AEDABF

Text Example


Text Example

White with #AEDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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