Html Css Color HEX #AADEBE Fringy Flower

📋 copy color: '#AADEBE'

red 170 ◦ green 222 ◦ blue 190

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

Shades of Fringy Flower #AADEBE

Tints of Fringy Flower #AADEBE

RGB

 RED value IS 170 (66.8% from 255) = 29.21%

 GREEN value IS 222 (87.11% from 255) = 38.14%

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 29.21%
G = 38.14%
B = 32.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#AADEBE (or 0xAADEBE) is known color: Fringy Flower. HEX triplet: AA, DE and BE. RGB value is (170,222,190). Sum of RGB (Red+Green+Blue) = 170+222+190=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEBE is #552141. Grayscale: #CACACA. Windows color (decimal): -5579074 or 12508842. OLE color: 12508842.

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

Color convert

RGB 170 222 190 -
CMYK 0.23 0 0.14 0.13
HSL 143.08º 0.44% 0.77% -
HSV(B) 143.08º 0.23% 0.87% -
XYZ 51.99 64.51 58.43 -
YUV 202.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 170 222 190 0.23 0 0.14 0.13 143.08 0.44 0.77
Hex AA DE BE 17 0 E D 8F 2C 4D
Octal 252 336 276 27 0 16 15 217 54 115
Binary 10101010 11011110 10111110 10111 0 1110 1101 10001111 101100 1001101

Color Harmonies of #AADEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEBE

Black with #AADEBE

Text Example


Text Example

White with #AADEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEBE; }

 p { color: rgb(170,222,190); }

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

background-color css

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

 a { background-color: rgb(170,222,190); }

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

border-color css

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

 span { border-color: rgb(170,222,190); }

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