#A5F3BC

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

Shades of Fringy Flower #A5F3BC

Tints of Fringy Flower #A5F3BC

Color information

#A5F3BC (or 0xA5F3BC) is unknown color: approx Fringy Flower. HEX triplet: A5, F3 and BC. RGB value is (165,243,188). Sum of RGB (Red+Green+Blue) = 165+243+188=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F3BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F3BC is #5A0C43. Grayscale: #D5D5D5. Windows color (decimal): -5901380 or 12383141. OLE color: 12383141.

HSL color Cylindrical-coordinate representation of color #A5F3BC: hue angle of 137.69º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F3BC is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB165243188-
CMYK0.3200.230.05
HSL137.69º76.47%80%-
HSV(B)137.69º32.1%95.29%-
XYZ56.6475.7359.21-
YUV213.41113.6693.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.68%
GREEN value IS 243 (95.31% from 255) = 40.77%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=27.68%
G=40.77%
B=31.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652431880.3200.230.05137.6976.4780
HexA5F3BC2001758a4c50
Octal245363274400275212114120
Binary1010010111110011101111001000000101111011000101010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F3BC; }

 p { color: rgb(165,243,188); }

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

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

 a { background-color: rgb(165,243,188); }

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

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

 span { border-color: rgb(165,243,188); }

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