#ACFBBE

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

Shades of Fringy Flower #ACFBBE

Tints of Fringy Flower #ACFBBE

Color information

#ACFBBE (or 0xACFBBE) is unknown color: approx Fringy Flower. HEX triplet: AC, FB and BE. RGB value is (172,251,190). Sum of RGB (Red+Green+Blue) = 172+251+190=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBBE is #530441. Grayscale: #DCDCDC. Windows color (decimal): -5440578 or 12516268. OLE color: 12516268.

HSL color Cylindrical-coordinate representation of color #ACFBBE: hue angle of 133.67º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBBE is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB172251190-
CMYK0.3100.240.02
HSL133.67º90.8%82.94%-
HSV(B)133.67º31.47%98.43%-
XYZ60.881.4861.24-
YUV220.42110.8393.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=28.06%
G=40.95%
B=31.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511900.3100.240.02133.6790.882.94
HexACFBBE1F0182865b53
Octal254373276370302206133123
Binary10101100111110111011111011111011000101000011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBBE; }

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

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

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

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

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

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

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

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