#ACF7BB

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

Shades of Fringy Flower #ACF7BB

Tints of Fringy Flower #ACF7BB

Color information

#ACF7BB (or 0xACF7BB) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and BB. RGB value is (172,247,187). Sum of RGB (Red+Green+Blue) = 172+247+187=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BB is #530844. Grayscale: #D9D9D9. Windows color (decimal): -5441605 or 12318636. OLE color: 12318636.

HSL color Cylindrical-coordinate representation of color #ACF7BB: hue angle of 132º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7BB is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB172247187-
CMYK0.3000.240.03
HSL132º82.42%82.16%-
HSV(B)132º30.36%96.86%-
XYZ59.2478.8859.12-
YUV217.74110.6595.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=28.38%
G=40.76%
B=30.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471870.3000.240.0313282.4282.16
HexACF7BB1E0183845252
Octal254367273360303204122122
Binary10101100111101111011101111110011000111000010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7BB; }

 p { color: rgb(172,247,187); }

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

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

 a { background-color: rgb(172,247,187); }

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

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

 span { border-color: rgb(172,247,187); }

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