#A5DFB6

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

Shades of Fringy Flower #A5DFB6

Tints of Fringy Flower #A5DFB6

Color information

#A5DFB6 (or 0xA5DFB6) is unknown color: approx Fringy Flower. HEX triplet: A5, DF and B6. RGB value is (165,223,182). Sum of RGB (Red+Green+Blue) = 165+223+182=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFB6 is #5A2049. Grayscale: #C9C9C9. Windows color (decimal): -5906506 or 11984805. OLE color: 11984805.

HSL color Cylindrical-coordinate representation of color #A5DFB6: hue angle of 137.59º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFB6 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB165223182-
CMYK0.2600.180.13
HSL137.59º47.54%76.08%-
HSV(B)137.59º26.01%87.45%-
XYZ50.3564.1553.98-
YUV200.98117.28102.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=28.95%
G=39.12%
B=31.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231820.2600.180.13137.5947.5476.08
HexA5DFB61A012D8a304c
Octal245337266320221521260114
Binary101001011101111110110110110100100101101100010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFB6; }

 p { color: rgb(165,223,182); }

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

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

 a { background-color: rgb(165,223,182); }

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

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

 span { border-color: rgb(165,223,182); }

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