#ACE2BB

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

Shades of Fringy Flower #ACE2BB

Tints of Fringy Flower #ACE2BB

Color information

#ACE2BB (or 0xACE2BB) is unknown color: approx Fringy Flower. HEX triplet: AC, E2 and BB. RGB value is (172,226,187). Sum of RGB (Red+Green+Blue) = 172+226+187=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2BB is #531D44. Grayscale: #CDCDCD. Windows color (decimal): -5446981 or 12313260. OLE color: 12313260.

HSL color Cylindrical-coordinate representation of color #ACE2BB: hue angle of 136.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2BB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB172226187-
CMYK0.2400.170.11
HSL136.67º48.21%78.04%-
HSV(B)136.67º23.89%88.63%-
XYZ53.1866.7557.1-
YUV205.41117.61104.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=29.40%
G=38.63%
B=31.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722261870.2400.170.11136.6748.2178.04
HexACE2BB18011B89304e
Octal254342273300211321160116
Binary101011001110001010111011110000100011011100010011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2BB; }

 p { color: rgb(172,226,187); }

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

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

 a { background-color: rgb(172,226,187); }

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

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

 span { border-color: rgb(172,226,187); }

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