#ACFCBD

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

Shades of Fringy Flower #ACFCBD

Tints of Fringy Flower #ACFCBD

Color information

#ACFCBD (or 0xACFCBD) is unknown color: approx Fringy Flower. HEX triplet: AC, FC and BD. RGB value is (172,252,189). Sum of RGB (Red+Green+Blue) = 172+252+189=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCBD is #530342. Grayscale: #DDDDDD. Windows color (decimal): -5440323 or 12450988. OLE color: 12450988.

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

Color convert

RGB172252189-
CMYK0.3200.250.01
HSL132.75º93.02%83.14%-
HSV(B)132.75º31.75%98.82%-
XYZ61.0182.0760.77-
YUV220.911093.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=28.06%
G=41.11%
B=30.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521890.3200.250.01132.7593.0283.14
HexACFCBD200191855d53
Octal254374275400311205135123
Binary10101100111111001011110110000001100111000010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCBD; }

 p { color: rgb(172,252,189); }

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

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

 a { background-color: rgb(172,252,189); }

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

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

 span { border-color: rgb(172,252,189); }

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