Html Css Color HEX #AADDBD Fringy Flower

📋 copy color: '#AADDBD'

red 170 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #AADDBD

Tints of Fringy Flower #AADDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 29.31%
G = 38.1%
B = 32.59%

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

#AADDBD (or 0xAADDBD) is known color: Fringy Flower. HEX triplet: AA, DD and BD. RGB value is (170,221,189). Sum of RGB (Red+Green+Blue) = 170+221+189=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDBD is #552242. Grayscale: #CACACA. Windows color (decimal): -5579331 or 12443050. OLE color: 12443050.

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

Color convert

RGB 170 221 189 -
CMYK 0.23 0 0.14 0.13
HSL 142.35º 0.43% 0.77% -
HSV(B) 142.35º 0.23% 0.87% -
XYZ 51.62 63.93 57.76 -
YUV 202.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 170 221 189 0.23 0 0.14 0.13 142.35 0.43 0.77
Hex AA DD BD 17 0 E D 8E 2B 4D
Octal 252 335 275 27 0 16 15 216 53 115
Binary 10101010 11011101 10111101 10111 0 1110 1101 10001110 101011 1001101

Color Harmonies of #AADDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDBD

Black with #AADDBD

Text Example


Text Example

White with #AADDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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