#A5DEB5

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

Shades of Fringy Flower #A5DEB5

Tints of Fringy Flower #A5DEB5

Color information

#A5DEB5 (or 0xA5DEB5) is unknown color: approx Fringy Flower. HEX triplet: A5, DE and B5. RGB value is (165,222,181). Sum of RGB (Red+Green+Blue) = 165+222+181=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEB5 is #5A214A. Grayscale: #C8C8C8. Windows color (decimal): -5906763 or 11919013. OLE color: 11919013.

HSL color Cylindrical-coordinate representation of color #A5DEB5: hue angle of 136.84º degrees, saturation: 0.46, 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 #A5DEB5 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB165222181-
CMYK0.2600.180.13
HSL136.84º46.34%75.88%-
HSV(B)136.84º25.68%87.06%-
XYZ49.9863.5853.35-
YUV200.28117.12102.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=29.05%
G=39.08%
B=31.87%

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
Decimal1652221810.2600.180.13136.8446.3475.88
HexA5DEB51A012D892e4c
Octal245336265320221521156114
Binary101001011101111010110101110100100101101100010011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEB5; }

 p { color: rgb(165,222,181); }

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

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

 a { background-color: rgb(165,222,181); }

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

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

 span { border-color: rgb(165,222,181); }

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