#ADDAB8

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

Shades of Fringy Flower #ADDAB8

Tints of Fringy Flower #ADDAB8

Color information

#ADDAB8 (or 0xADDAB8) is unknown color: approx Fringy Flower. HEX triplet: AD, DA and B8. RGB value is (173,218,184). Sum of RGB (Red+Green+Blue) = 173+218+184=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB8 is #522547. Grayscale: #C8C8C8. Windows color (decimal): -5383496 or 12114605. OLE color: 12114605.

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

Color convert

RGB173218184-
CMYK0.2100.160.15
HSL134.67º37.82%76.67%-
HSV(B)134.67º20.64%85.49%-
XYZ50.9662.4954.72-
YUV200.67118.59108.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 184 (72.27% from 255) = 32%
R=30.09%
G=37.91%
B=32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181840.2100.160.15134.6737.8276.67
HexADDAB815010F87264d
Octal255332270250201720746115
Binary101011011101101010111000101010100001111100001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAB8; }

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

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

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

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

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

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

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

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