Html Css Color HEX #ADD8B5 Fringy Flower

📋 copy color: '#ADD8B5'

red 173 ◦ green 216 ◦ blue 181

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

Shades of Fringy Flower #ADD8B5

Tints of Fringy Flower #ADD8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 30.35%
G = 37.89%
B = 31.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#ADD8B5 (or 0xADD8B5) is known color: Fringy Flower. HEX triplet: AD, D8 and B5. RGB value is (173,216,181). Sum of RGB (Red+Green+Blue) = 173+216+181=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8B5 is #52274A. Grayscale: #C7C7C7. Windows color (decimal): -5384011 or 11917485. OLE color: 11917485.

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

Color convert

RGB 173 216 181 -
CMYK 0.20 0 0.16 0.15
HSL 131.16º 0.36% 0.76% -
HSV(B) 131.16º 0.2% 0.85% -
XYZ 50.13 61.33 52.91 -
YUV 199.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 173 216 181 0.20 0 0.16 0.15 131.16 0.36 0.76
Hex AD D8 B5 14 0 10 F 83 24 4C
Octal 255 330 265 24 0 20 17 203 44 114
Binary 10101101 11011000 10110101 10100 0 10000 1111 10000011 100100 1001100

Color Harmonies of #ADD8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8B5

Black with #ADD8B5

Text Example


Text Example

White with #ADD8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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