Html Css Color HEX #ADD8B8 Fringy Flower

📋 copy color: '#ADD8B8'

red 173 ◦ green 216 ◦ blue 184

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

Shades of Fringy Flower #ADD8B8

Tints of Fringy Flower #ADD8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.11%

R = 30.19%
G = 37.7%
B = 32.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#ADD8B8 (or 0xADD8B8) is known color: Fringy Flower. HEX triplet: AD, D8 and B8. RGB value is (173,216,184). Sum of RGB (Red+Green+Blue) = 173+216+184=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8B8 is #522747. Grayscale: #C7C7C7. Windows color (decimal): -5384008 or 12114093. OLE color: 12114093.

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

Color convert

RGB 173 216 184 -
CMYK 0.20 0 0.15 0.15
HSL 135.35º 0.36% 0.76% -
HSV(B) 135.35º 0.2% 0.85% -
XYZ 50.44 61.46 54.55 -
YUV 199.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 173 216 184 0.20 0 0.15 0.15 135.35 0.36 0.76
Hex AD D8 B8 14 0 F F 87 24 4C
Octal 255 330 270 24 0 17 17 207 44 114
Binary 10101101 11011000 10111000 10100 0 1111 1111 10000111 100100 1001100

Color Harmonies of #ADD8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8B8

Black with #ADD8B8

Text Example


Text Example

White with #ADD8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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