Html Css Color HEX #AEDDB6 Fringy Flower

📋 copy color: '#AEDDB6'

red 174 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #AEDDB6

Tints of Fringy Flower #AEDDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 30.16%
G = 38.3%
B = 31.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#AEDDB6 (or 0xAEDDB6) is known color: Fringy Flower. HEX triplet: AE, DD and B6. RGB value is (174,221,182). Sum of RGB (Red+Green+Blue) = 174+221+182=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB6 is #512249. Grayscale: #CACACA. Windows color (decimal): -5317194 or 11984302. OLE color: 11984302.

HSL color Cylindrical-coordinate representation of color #AEDDB6: hue angle of 130.21º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDB6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 182 -
CMYK 0.21 0 0.18 0.13
HSL 130.21º 0.41% 0.77% -
HSV(B) 130.21º 0.21% 0.87% -
XYZ 51.76 64.09 53.9 -
YUV 202.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 174 221 182 0.21 0 0.18 0.13 130.21 0.41 0.77
Hex AE DD B6 15 0 12 D 82 29 4D
Octal 256 335 266 25 0 22 15 202 51 115
Binary 10101110 11011101 10110110 10101 0 10010 1101 10000010 101001 1001101

Color Harmonies of #AEDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB6

Black with #AEDDB6

Text Example


Text Example

White with #AEDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB6; }

 p { color: rgb(174,221,182); }

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

background-color css

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

 a { background-color: rgb(174,221,182); }

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

border-color css

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

 span { border-color: rgb(174,221,182); }

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