#ACE6B7

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

Shades of Fringy Flower #ACE6B7

Tints of Fringy Flower #ACE6B7

Color information

#ACE6B7 (or 0xACE6B7) is unknown color: approx Fringy Flower. HEX triplet: AC, E6 and B7. RGB value is (172,230,183). Sum of RGB (Red+Green+Blue) = 172+230+183=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6B7 is #531948. Grayscale: #CFCFCF. Windows color (decimal): -5445961 or 12052140. OLE color: 12052140.

HSL color Cylindrical-coordinate representation of color #ACE6B7: hue angle of 131.38º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6B7 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB172230183-
CMYK0.2500.200.10
HSL131.38º53.7%78.82%-
HSV(B)131.38º25.22%90.2%-
XYZ53.8668.7855.24-
YUV207.3114.28102.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=29.40%
G=39.32%
B=31.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722301830.2500.200.10131.3853.778.82
HexACE6B719014A83364f
Octal254346267310241220366117
Binary101011001110011010110111110010101001010100000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6B7; }

 p { color: rgb(172,230,183); }

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

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

 a { background-color: rgb(172,230,183); }

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

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

 span { border-color: rgb(172,230,183); }

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