Html Css Color HEX #ADD7BA Fringy Flower

📋 copy color: '#ADD7BA'

red 173 ◦ green 215 ◦ blue 186

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

Shades of Fringy Flower #ADD7BA

Tints of Fringy Flower #ADD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.46%

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

R = 30.14%
G = 37.46%
B = 32.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#ADD7BA (or 0xADD7BA) is known color: Fringy Flower. HEX triplet: AD, D7 and BA. RGB value is (173,215,186). Sum of RGB (Red+Green+Blue) = 173+215+186=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BA is #522845. Grayscale: #C7C7C7. Windows color (decimal): -5384262 or 12244909. OLE color: 12244909.

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

Color convert

RGB 173 215 186 -
CMYK 0.20 0 0.13 0.16
HSL 138.57º 0.34% 0.76% -
HSV(B) 138.57º 0.2% 0.84% -
XYZ 50.4 61.03 55.58 -
YUV 199.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 173 215 186 0.20 0 0.13 0.16 138.57 0.34 0.76
Hex AD D7 BA 14 0 D 10 8B 22 4C
Octal 255 327 272 24 0 15 20 213 42 114
Binary 10101101 11010111 10111010 10100 0 1101 10000 10001011 100010 1001100

Color Harmonies of #ADD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7BA

Black with #ADD7BA

Text Example


Text Example

White with #ADD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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