#A5FDBB

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

Shades of Fringy Flower #A5FDBB

Tints of Fringy Flower #A5FDBB

Color information

#A5FDBB (or 0xA5FDBB) is unknown color: approx Fringy Flower. HEX triplet: A5, FD and BB. RGB value is (165,253,187). Sum of RGB (Red+Green+Blue) = 165+253+187=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDBB is #5A0244. Grayscale: #DBDBDB. Windows color (decimal): -5898821 or 12320165. OLE color: 12320165.

HSL color Cylindrical-coordinate representation of color #A5FDBB: hue angle of 135º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDBB is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB165253187-
CMYK0.3500.260.01
HSL135º95.65%81.96%-
HSV(B)135º34.78%99.22%-
XYZ59.6181.8459.67-
YUV219.16109.8589.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=27.27%
G=41.82%
B=30.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531870.3500.260.0113595.6581.96
HexA5FDBB2301A1876052
Octal245375273430321207140122
Binary10100101111111011011101110001101101011000011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDBB; }

 p { color: rgb(165,253,187); }

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

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

 a { background-color: rgb(165,253,187); }

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

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

 span { border-color: rgb(165,253,187); }

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