#A3FCBC

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

Shades of Fringy Flower #A3FCBC

Tints of Fringy Flower #A3FCBC

Color information

#A3FCBC (or 0xA3FCBC) is unknown color: approx Fringy Flower. HEX triplet: A3, FC and BC. RGB value is (163,252,188). Sum of RGB (Red+Green+Blue) = 163+252+188=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCBC is #5C0343. Grayscale: #DADADA. Windows color (decimal): -6030148 or 12385443. OLE color: 12385443.

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

Color convert

RGB163252188-
CMYK0.3500.250.01
HSL136.85º93.68%81.37%-
HSV(B)136.85º35.32%98.82%-
XYZ58.9981.0460.11-
YUV218.09111.0188.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.03%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=27.03%
G=41.79%
B=31.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632521880.3500.250.01136.8593.6881.37
HexA3FCBC230191895e51
Octal243374274430311211136121
Binary10100011111111001011110010001101100111000100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCBC; }

 p { color: rgb(163,252,188); }

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

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

 a { background-color: rgb(163,252,188); }

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

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

 span { border-color: rgb(163,252,188); }

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