Html Css Color HEX #ADD9BA Fringy Flower

📋 copy color: '#ADD9BA'

red 173 ◦ green 217 ◦ blue 186

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

Shades of Fringy Flower #ADD9BA

Tints of Fringy Flower #ADD9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 30.03%
G = 37.67%
B = 32.29%

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

#ADD9BA (or 0xADD9BA) is known color: Fringy Flower. HEX triplet: AD, D9 and BA. RGB value is (173,217,186). Sum of RGB (Red+Green+Blue) = 173+217+186=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9BA is #522645. Grayscale: #C8C8C8. Windows color (decimal): -5383750 or 12245421. OLE color: 12245421.

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

Color convert

RGB 173 217 186 -
CMYK 0.20 0 0.14 0.15
HSL 137.73º 0.37% 0.76% -
HSV(B) 137.73º 0.2% 0.85% -
XYZ 50.91 62.06 55.75 -
YUV 200.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 173 217 186 0.20 0 0.14 0.15 137.73 0.37 0.76
Hex AD D9 BA 14 0 E F 8A 25 4C
Octal 255 331 272 24 0 16 17 212 45 114
Binary 10101101 11011001 10111010 10100 0 1110 1111 10001010 100101 1001100

Color Harmonies of #ADD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9BA

Black with #ADD9BA

Text Example


Text Example

White with #ADD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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