#ACDFB7

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

Shades of Fringy Flower #ACDFB7

Tints of Fringy Flower #ACDFB7

Color information

#ACDFB7 (or 0xACDFB7) is unknown color: approx Fringy Flower. HEX triplet: AC, DF and B7. RGB value is (172,223,183). Sum of RGB (Red+Green+Blue) = 172+223+183=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFB7 is #532048. Grayscale: #CBCBCB. Windows color (decimal): -5447753 or 12050348. OLE color: 12050348.

HSL color Cylindrical-coordinate representation of color #ACDFB7: hue angle of 132.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFB7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB172223183-
CMYK0.2300.180.13
HSL132.94º44.35%77.45%-
HSV(B)132.94º22.87%87.45%-
XYZ51.9564.9654.6-
YUV203.19116.6105.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=29.76%
G=38.58%
B=31.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231830.2300.180.13132.9444.3577.45
HexACDFB717012D852c4d
Octal254337267270221520554115
Binary101011001101111110110111101110100101101100001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFB7; }

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

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

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

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

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

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

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

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