Html Css Color HEX #ADD8BA Fringy Flower

📋 copy color: '#ADD8BA'

red 173 ◦ green 216 ◦ blue 186

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

Shades of Fringy Flower #ADD8BA

Tints of Fringy Flower #ADD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

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

R = 30.09%
G = 37.57%
B = 32.35%

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

#ADD8BA (or 0xADD8BA) is known color: Fringy Flower. HEX triplet: AD, D8 and BA. RGB value is (173,216,186). Sum of RGB (Red+Green+Blue) = 173+216+186=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8BA is #522745. Grayscale: #C7C7C7. Windows color (decimal): -5384006 or 12245165. OLE color: 12245165.

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

Color convert

RGB 173 216 186 -
CMYK 0.20 0 0.14 0.15
HSL 138.14º 0.36% 0.76% -
HSV(B) 138.14º 0.2% 0.85% -
XYZ 50.65 61.54 55.66 -
YUV 199.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 173 216 186 0.20 0 0.14 0.15 138.14 0.36 0.76
Hex AD D8 BA 14 0 E F 8A 24 4C
Octal 255 330 272 24 0 16 17 212 44 114
Binary 10101101 11011000 10111010 10100 0 1110 1111 10001010 100100 1001100

Color Harmonies of #ADD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8BA

Black with #ADD8BA

Text Example


Text Example

White with #ADD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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