#A4FCBC

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

Shades of Fringy Flower #A4FCBC

Tints of Fringy Flower #A4FCBC

Color information

#A4FCBC (or 0xA4FCBC) is unknown color: approx Fringy Flower. HEX triplet: A4, FC and BC. RGB value is (164,252,188). Sum of RGB (Red+Green+Blue) = 164+252+188=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCBC is #5B0343. Grayscale: #DADADA. Windows color (decimal): -5964612 or 12385444. OLE color: 12385444.

HSL color Cylindrical-coordinate representation of color #A4FCBC: hue angle of 136.36º degrees, saturation: 0.94, 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 #A4FCBC is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB164252188-
CMYK0.3500.250.01
HSL136.36º93.62%81.57%-
HSV(B)136.36º34.92%98.82%-
XYZ59.281.1460.12-
YUV218.39110.8589.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=27.15%
G=41.72%
B=31.13%

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
Decimal1642521880.3500.250.01136.3693.6281.57
HexA4FCBC230191885e52
Octal244374274430311210136122
Binary10100100111111001011110010001101100111000100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCBC; }

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

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

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

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

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

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

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

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