Html Css Color HEX #AEDBB6 Fringy Flower

📋 copy color: '#AEDBB6'

red 174 ◦ green 219 ◦ blue 182

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

Shades of Fringy Flower #AEDBB6

Tints of Fringy Flower #AEDBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.09%

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

R = 30.26%
G = 38.09%
B = 31.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#AEDBB6 (or 0xAEDBB6) is known color: Fringy Flower. HEX triplet: AE, DB and B6. RGB value is (174,219,182). Sum of RGB (Red+Green+Blue) = 174+219+182=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBB6 is #512449. Grayscale: #C9C9C9. Windows color (decimal): -5317706 or 11983790. OLE color: 11983790.

HSL color Cylindrical-coordinate representation of color #AEDBB6: hue angle of 130.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBB6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 182 -
CMYK 0.21 0 0.17 0.14
HSL 130.67º 0.38% 0.77% -
HSV(B) 130.67º 0.21% 0.86% -
XYZ 51.23 63.04 53.72 -
YUV 201.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 174 219 182 0.21 0 0.17 0.14 130.67 0.38 0.77
Hex AE DB B6 15 0 11 E 83 26 4D
Octal 256 333 266 25 0 21 16 203 46 115
Binary 10101110 11011011 10110110 10101 0 10001 1110 10000011 100110 1001101

Color Harmonies of #AEDBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBB6

Black with #AEDBB6

Text Example


Text Example

White with #AEDBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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