Html Css Color HEX #ADD9BB Fringy Flower

📋 copy color: '#ADD9BB'

red 173 ◦ green 217 ◦ blue 187

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

Shades of Fringy Flower #ADD9BB

Tints of Fringy Flower #ADD9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.41%

R = 29.98%
G = 37.61%
B = 32.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#ADD9BB (or 0xADD9BB) is known color: Fringy Flower. HEX triplet: AD, D9 and BB. RGB value is (173,217,187). Sum of RGB (Red+Green+Blue) = 173+217+187=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9BB is #522644. Grayscale: #C8C8C8. Windows color (decimal): -5383749 or 12310957. OLE color: 12310957.

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

Color convert

RGB 173 217 187 -
CMYK 0.20 0 0.14 0.15
HSL 139.09º 0.37% 0.76% -
HSV(B) 139.09º 0.2% 0.85% -
XYZ 51.02 62.1 56.31 -
YUV 200.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 173 217 187 0.20 0 0.14 0.15 139.09 0.37 0.76
Hex AD D9 BB 14 0 E F 8B 25 4C
Octal 255 331 273 24 0 16 17 213 45 114
Binary 10101101 11011001 10111011 10100 0 1110 1111 10001011 100101 1001100

Color Harmonies of #ADD9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9BB

Black with #ADD9BB

Text Example


Text Example

White with #ADD9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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