#ACFCC1

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

Shades of Fringy Flower #ACFCC1

Tints of Fringy Flower #ACFCC1

Color information

#ACFCC1 (or 0xACFCC1) is unknown color: approx Fringy Flower. HEX triplet: AC, FC and C1. RGB value is (172,252,193). Sum of RGB (Red+Green+Blue) = 172+252+193=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC1 is #53033E. Grayscale: #DDDDDD. Windows color (decimal): -5440319 or 12713132. OLE color: 12713132.

HSL color Cylindrical-coordinate representation of color #ACFCC1: hue angle of 135.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCC1 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB172252193-
CMYK0.3200.230.01
HSL135.75º93.02%83.14%-
HSV(B)135.75º31.75%98.82%-
XYZ61.4582.2463.09-
YUV221.3511292.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=27.88%
G=40.84%
B=31.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521930.3200.230.01135.7593.0283.14
HexACFCC1200171885d53
Octal254374301400271210135123
Binary10101100111111001100000110000001011111000100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCC1; }

 p { color: rgb(172,252,193); }

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

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

 a { background-color: rgb(172,252,193); }

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

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

 span { border-color: rgb(172,252,193); }

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