Html Css Color HEX #ADDDB9 Fringy Flower

📋 copy color: '#ADDDB9'

red 173 ◦ green 221 ◦ blue 185

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

Shades of Fringy Flower #ADDDB9

Tints of Fringy Flower #ADDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 185 (72.66% from 255) = 31.95%

R = 29.88%
G = 38.17%
B = 31.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#ADDDB9 (or 0xADDDB9) is known color: Fringy Flower. HEX triplet: AD, DD and B9. RGB value is (173,221,185). Sum of RGB (Red+Green+Blue) = 173+221+185=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB9 is #522246. Grayscale: #CACACA. Windows color (decimal): -5382727 or 12180909. OLE color: 12180909.

HSL color Cylindrical-coordinate representation of color #ADDDB9: hue angle of 135º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 185 -
CMYK 0.22 0 0.16 0.13
HSL 135º 0.41% 0.77% -
HSV(B) 135º 0.22% 0.87% -
XYZ 51.85 64.1 55.54 -
YUV 202.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 173 221 185 0.22 0 0.16 0.13 135 0.41 0.77
Hex AD DD B9 16 0 10 D 87 29 4D
Octal 255 335 271 26 0 20 15 207 51 115
Binary 10101101 11011101 10111001 10110 0 10000 1101 10000111 101001 1001101

Color Harmonies of #ADDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDB9

Black with #ADDDB9

Text Example


Text Example

White with #ADDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDB9; }

 p { color: rgb(173,221,185); }

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

background-color css

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

 a { background-color: rgb(173,221,185); }

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

border-color css

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

 span { border-color: rgb(173,221,185); }

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