Html Css Color HEX #ADD9BD Fringy Flower

📋 copy color: '#ADD9BD'

red 173 ◦ green 217 ◦ blue 189

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

Shades of Fringy Flower #ADD9BD

Tints of Fringy Flower #ADD9BD

RGB

 RED value IS 173 (67.97% from 255) = 29.88%

 GREEN value IS 217 (85.16% from 255) = 37.48%

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

R = 29.88%
G = 37.48%
B = 32.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#ADD9BD (or 0xADD9BD) is known color: Fringy Flower. HEX triplet: AD, D9 and BD. RGB value is (173,217,189). Sum of RGB (Red+Green+Blue) = 173+217+189=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9BD is #522642. Grayscale: #C8C8C8. Windows color (decimal): -5383747 or 12442029. OLE color: 12442029.

HSL color Cylindrical-coordinate representation of color #ADD9BD: hue angle of 141.82º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9BD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 189 -
CMYK 0.20 0 0.13 0.15
HSL 141.82º 0.37% 0.76% -
HSV(B) 141.82º 0.2% 0.85% -
XYZ 51.23 62.18 57.45 -
YUV 200.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 173 217 189 0.20 0 0.13 0.15 141.82 0.37 0.76
Hex AD D9 BD 14 0 D F 8E 25 4C
Octal 255 331 275 24 0 15 17 216 45 114
Binary 10101101 11011001 10111101 10100 0 1101 1111 10001110 100101 1001100

Color Harmonies of #ADD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9BD

Black with #ADD9BD

Text Example


Text Example

White with #ADD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9BD; }

 p { color: rgb(173,217,189); }

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

background-color css

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

 a { background-color: rgb(173,217,189); }

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

border-color css

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

 span { border-color: rgb(173,217,189); }

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