#ACFABE

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

Shades of Fringy Flower #ACFABE

Tints of Fringy Flower #ACFABE

Color information

#ACFABE (or 0xACFABE) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and BE. RGB value is (172,250,190). Sum of RGB (Red+Green+Blue) = 172+250+190=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFABE is #530541. Grayscale: #DCDCDC. Windows color (decimal): -5440834 or 12516012. OLE color: 12516012.

HSL color Cylindrical-coordinate representation of color #ACFABE: hue angle of 133.85º degrees, saturation: 0.89, 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 #ACFABE is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB172250190-
CMYK0.3100.240.02
HSL133.85º88.64%82.75%-
HSV(B)133.85º31.2%98.04%-
XYZ60.4980.8661.13-
YUV219.84111.1693.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=28.10%
G=40.85%
B=31.05%

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
Decimal1722501900.3100.240.02133.8588.6482.75
HexACFABE1F0182865953
Octal254372276370302206131123
Binary10101100111110101011111011111011000101000011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFABE; }

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

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

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

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

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

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

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

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