#ACF6BD

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

Shades of Fringy Flower #ACF6BD

Tints of Fringy Flower #ACF6BD

Color information

#ACF6BD (or 0xACF6BD) is unknown color: approx Fringy Flower. HEX triplet: AC, F6 and BD. RGB value is (172,246,189). Sum of RGB (Red+Green+Blue) = 172+246+189=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6BD is #530942. Grayscale: #D9D9D9. Windows color (decimal): -5441859 or 12449452. OLE color: 12449452.

HSL color Cylindrical-coordinate representation of color #ACF6BD: hue angle of 133.78º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB172246189-
CMYK0.3000.230.04
HSL133.78º80.43%81.96%-
HSV(B)133.78º30.08%96.47%-
XYZ59.1578.3660.15-
YUV217.38111.9895.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=28.34%
G=40.53%
B=31.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722461890.3000.230.04133.7880.4381.96
HexACF6BD1E0174865052
Octal254366275360274206120122
Binary101011001111011010111101111100101111001000011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF6BD; }

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

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

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

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

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

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

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

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