Html Css Color HEX #ADDBB9 Fringy Flower

📋 copy color: '#ADDBB9'

red 173 ◦ green 219 ◦ blue 185

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

Shades of Fringy Flower #ADDBB9

Tints of Fringy Flower #ADDBB9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

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

R = 29.98%
G = 37.95%
B = 32.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB9 (or 0xADDBB9) is known color: Fringy Flower. HEX triplet: AD, DB and B9. RGB value is (173,219,185). Sum of RGB (Red+Green+Blue) = 173+219+185=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB9 is #522446. Grayscale: #C9C9C9. Windows color (decimal): -5383239 or 12180397. OLE color: 12180397.

HSL color Cylindrical-coordinate representation of color #ADDBB9: hue angle of 135.65º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBB9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 185 -
CMYK 0.21 0 0.16 0.14
HSL 135.65º 0.39% 0.77% -
HSV(B) 135.65º 0.21% 0.86% -
XYZ 51.32 63.05 55.36 -
YUV 201.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 173 219 185 0.21 0 0.16 0.14 135.65 0.39 0.77
Hex AD DB B9 15 0 10 E 88 27 4D
Octal 255 333 271 25 0 20 16 210 47 115
Binary 10101101 11011011 10111001 10101 0 10000 1110 10001000 100111 1001101

Color Harmonies of #ADDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB9

Black with #ADDBB9

Text Example


Text Example

White with #ADDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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