Html Css Color HEX #ACE5BF Fringy Flower

📋 copy color: '#ACE5BF'

red 172 ◦ green 229 ◦ blue 191

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

Shades of Fringy Flower #ACE5BF

Tints of Fringy Flower #ACE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 191 (75% from 255) = 32.26%

R = 29.05%
G = 38.68%
B = 32.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#ACE5BF (or 0xACE5BF) is known color: Fringy Flower. HEX triplet: AC, E5 and BF. RGB value is (172,229,191). Sum of RGB (Red+Green+Blue) = 172+229+191=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5BF is #531A40. Grayscale: #CFCFCF. Windows color (decimal): -5446209 or 12576172. OLE color: 12576172.

HSL color Cylindrical-coordinate representation of color #ACE5BF: hue angle of 140º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5BF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 191 -
CMYK 0.25 0 0.17 0.10
HSL 140º 0.52% 0.79% -
HSV(B) 140º 0.25% 0.9% -
XYZ 54.44 68.57 59.66 -
YUV 207.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 172 229 191 0.25 0 0.17 0.10 140 0.52 0.79
Hex AC E5 BF 19 0 11 A 8C 34 4F
Octal 254 345 277 31 0 21 12 214 64 117
Binary 10101100 11100101 10111111 11001 0 10001 1010 10001100 110100 1001111

Color Harmonies of #ACE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5BF

Black with #ACE5BF

Text Example


Text Example

White with #ACE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5BF; }

 p { color: rgb(172,229,191); }

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

background-color css

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

 a { background-color: rgb(172,229,191); }

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

border-color css

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

 span { border-color: rgb(172,229,191); }

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