#ACF1BE

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

Shades of Fringy Flower #ACF1BE

Tints of Fringy Flower #ACF1BE

Color information

#ACF1BE (or 0xACF1BE) is unknown color: approx Fringy Flower. HEX triplet: AC, F1 and BE. RGB value is (172,241,190). Sum of RGB (Red+Green+Blue) = 172+241+190=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BE is #530E41. Grayscale: #D6D6D6. Windows color (decimal): -5443138 or 12513708. OLE color: 12513708.

HSL color Cylindrical-coordinate representation of color #ACF1BE: hue angle of 135.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1BE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB172241190-
CMYK0.2900.210.05
HSL135.65º71.13%80.98%-
HSV(B)135.65º28.63%94.51%-
XYZ57.7675.460.22-
YUV214.55114.1497.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=28.52%
G=39.97%
B=31.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411900.2900.210.05135.6571.1380.98
HexACF1BE1D0155884751
Octal254361276350255210107121
Binary101011001111000110111110111010101011011000100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1BE; }

 p { color: rgb(172,241,190); }

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

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

 a { background-color: rgb(172,241,190); }

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

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

 span { border-color: rgb(172,241,190); }

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