#ACF3BE

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

Shades of Fringy Flower #ACF3BE

Tints of Fringy Flower #ACF3BE

Color information

#ACF3BE (or 0xACF3BE) is unknown color: approx Fringy Flower. HEX triplet: AC, F3 and BE. RGB value is (172,243,190). Sum of RGB (Red+Green+Blue) = 172+243+190=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3BE is #530C41. Grayscale: #D7D7D7. Windows color (decimal): -5442626 or 12514220. OLE color: 12514220.

HSL color Cylindrical-coordinate representation of color #ACF3BE: hue angle of 135.21º degrees, saturation: 0.75, 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 #ACF3BE is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB172243190-
CMYK0.2900.220.05
HSL135.21º74.74%81.37%-
HSV(B)135.21º29.22%95.29%-
XYZ58.3676.5960.42-
YUV215.73113.4896.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 243 (95.31% from 255) = 40.17%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=28.43%
G=40.17%
B=31.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431900.2900.220.05135.2174.7481.37
HexACF3BE1D0165874b51
Octal254363276350265207113121
Binary101011001111001110111110111010101101011000011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3BE; }

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

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

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

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

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

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

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

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