#ADDABC

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

Shades of Fringy Flower #ADDABC

Tints of Fringy Flower #ADDABC

Color information

#ADDABC (or 0xADDABC) is unknown color: approx Fringy Flower. HEX triplet: AD, DA and BC. RGB value is (173,218,188). Sum of RGB (Red+Green+Blue) = 173+218+188=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABC is #522543. Grayscale: #C9C9C9. Windows color (decimal): -5383492 or 12376749. OLE color: 12376749.

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

Color convert

RGB173218188-
CMYK0.2100.140.15
HSL140º37.82%76.67%-
HSV(B)140º20.64%85.49%-
XYZ51.3862.6656.96-
YUV201.12120.59107.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=29.88%
G=37.65%
B=32.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181880.2100.140.1514037.8276.67
HexADDABC150EF8c264d
Octal255332274250161721446115
Binary10101101110110101011110010101011101111100011001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDABC; }

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

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

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

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

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

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

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

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