Html Css Color HEX #ACE3BD Fringy Flower

📋 copy color: '#ACE3BD'

red 172 ◦ green 227 ◦ blue 189

#ACE3BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ACE3BD

Tints of Fringy Flower #ACE3BD

RGB

 RED value IS 172 (67.58% from 255) = 29.25%

 GREEN value IS 227 (89.06% from 255) = 38.61%

 BLUE value IS 189 (74.22% from 255) = 32.14%

R = 29.25%
G = 38.61%
B = 32.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#ACE3BD (or 0xACE3BD) is known color: Fringy Flower. HEX triplet: AC, E3 and BD. RGB value is (172,227,189). Sum of RGB (Red+Green+Blue) = 172+227+189=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3BD is #531C42. Grayscale: #CECECE. Windows color (decimal): -5446723 or 12444588. OLE color: 12444588.

HSL color Cylindrical-coordinate representation of color #ACE3BD: hue angle of 138.55º degrees, saturation: 0.5, 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 #ACE3BD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 227 189 -
CMYK 0.24 0 0.17 0.11
HSL 138.55º 0.5% 0.78% -
HSV(B) 138.55º 0.24% 0.89% -
XYZ 53.67 67.38 58.32 -
YUV 206.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 172 227 189 0.24 0 0.17 0.11 138.55 0.5 0.78
Hex AC E3 BD 18 0 11 B 8B 32 4E
Octal 254 343 275 30 0 21 13 213 62 116
Binary 10101100 11100011 10111101 11000 0 10001 1011 10001011 110010 1001110

Color Harmonies of #ACE3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3BD

Black with #ACE3BD

Text Example


Text Example

White with #ACE3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3BD; }

 p { color: rgb(172,227,189); }

 H1.HeaderClassName
 {
   color: #ACE3BD;
 }
 .AnyTagClassName
 {
   color: #ACE3BD;
 }
</style>

background-color css

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

 a { background-color: rgb(172,227,189); }

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

border-color css

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

 span { border-color: rgb(172,227,189); }

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