#ADDFB8

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

Shades of Fringy Flower #ADDFB8

Tints of Fringy Flower #ADDFB8

Color information

#ADDFB8 (or 0xADDFB8) is unknown color: approx Fringy Flower. HEX triplet: AD, DF and B8. RGB value is (173,223,184). Sum of RGB (Red+Green+Blue) = 173+223+184=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFB8 is #522047. Grayscale: #CBCBCB. Windows color (decimal): -5382216 or 12115885. OLE color: 12115885.

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

Color convert

RGB173223184-
CMYK0.2200.170.13
HSL133.2º43.86%77.65%-
HSV(B)133.2º22.42%87.45%-
XYZ52.2765.1255.16-
YUV203.6116.94106.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=29.83%
G=38.45%
B=31.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231840.2200.170.13133.243.8677.65
HexADDFB816011D852c4e
Octal255337270260211520554116
Binary101011011101111110111000101100100011101100001011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFB8; }

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

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

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

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

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

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

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

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