Html Css Color HEX #AADDB6 Fringy Flower

📋 copy color: '#AADDB6'

red 170 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #AADDB6

Tints of Fringy Flower #AADDB6

RGB

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

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

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

R = 29.67%
G = 38.57%
B = 31.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#AADDB6 (or 0xAADDB6) is known color: Fringy Flower. HEX triplet: AA, DD and B6. RGB value is (170,221,182). Sum of RGB (Red+Green+Blue) = 170+221+182=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB6 is #552249. Grayscale: #C9C9C9. Windows color (decimal): -5579338 or 11984298. OLE color: 11984298.

HSL color Cylindrical-coordinate representation of color #AADDB6: hue angle of 134.12º degrees, saturation: 0.43, 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 #AADDB6 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 182 -
CMYK 0.23 0 0.18 0.13
HSL 134.12º 0.43% 0.77% -
HSV(B) 134.12º 0.23% 0.87% -
XYZ 50.88 63.64 53.86 -
YUV 201.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 170 221 182 0.23 0 0.18 0.13 134.12 0.43 0.77
Hex AA DD B6 17 0 12 D 86 2B 4D
Octal 252 335 266 27 0 22 15 206 53 115
Binary 10101010 11011101 10110110 10111 0 10010 1101 10000110 101011 1001101

Color Harmonies of #AADDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDB6

Black with #AADDB6

Text Example


Text Example

White with #AADDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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