Html Css Color HEX #ACE5BE Fringy Flower

📋 copy color: '#ACE5BE'

red 172 ◦ green 229 ◦ blue 190

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

Shades of Fringy Flower #ACE5BE

Tints of Fringy Flower #ACE5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 29.1%
G = 38.75%
B = 32.15%

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

#ACE5BE (or 0xACE5BE) is known color: Fringy Flower. HEX triplet: AC, E5 and BE. RGB value is (172,229,190). Sum of RGB (Red+Green+Blue) = 172+229+190=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5BE is #531A41. Grayscale: #CFCFCF. Windows color (decimal): -5446210 or 12510636. OLE color: 12510636.

HSL color Cylindrical-coordinate representation of color #ACE5BE: hue angle of 138.95º 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 #ACE5BE is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 190 -
CMYK 0.25 0 0.17 0.10
HSL 138.95º 0.52% 0.79% -
HSV(B) 138.95º 0.25% 0.9% -
XYZ 54.33 68.53 59.08 -
YUV 207.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 172 229 190 0.25 0 0.17 0.10 138.95 0.52 0.79
Hex AC E5 BE 19 0 11 A 8B 34 4F
Octal 254 345 276 31 0 21 12 213 64 117
Binary 10101100 11100101 10111110 11001 0 10001 1010 10001011 110100 1001111

Color Harmonies of #ACE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5BE

Black with #ACE5BE

Text Example


Text Example

White with #ACE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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