#ADDABD

Color #ADDABD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ADDABD

Tints of Fringy Flower #ADDABD

Color information

#ADDABD (or 0xADDABD) is unknown color: approx Fringy Flower. HEX triplet: AD, DA and BD. RGB value is (173,218,189). Sum of RGB (Red+Green+Blue) = 173+218+189=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABD is #522542. Grayscale: #C9C9C9. Windows color (decimal): -5383491 or 12442285. OLE color: 12442285.

HSL color Cylindrical-coordinate representation of color #ADDABD: hue angle of 141.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDABD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB173218189-
CMYK0.2100.130.15
HSL141.33º37.82%76.67%-
HSV(B)141.33º20.64%85.49%-
XYZ51.4962.757.53-
YUV201.24121.09107.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=29.83%
G=37.59%
B=32.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181890.2100.130.15141.3337.8276.67
HexADDABD150DF8d264d
Octal255332275250151721546115
Binary10101101110110101011110110101011011111100011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDABD; }

 p { color: rgb(173,218,189); }

 H1.HeaderClassName
 {
   color: #ADDABD;
 }
 .AnyTagClassName
 {
   color: #ADDABD;
 }
</style>
background-color css

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

 a { background-color: rgb(173,218,189); }

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

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

 span { border-color: rgb(173,218,189); }

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