Html Css Color HEX #ACE5BA Fringy Flower

📋 copy color: '#ACE5BA'

red 172 ◦ green 229 ◦ blue 186

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

Shades of Fringy Flower #ACE5BA

Tints of Fringy Flower #ACE5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 29.3%
G = 39.01%
B = 31.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#ACE5BA (or 0xACE5BA) is known color: Fringy Flower. HEX triplet: AC, E5 and BA. RGB value is (172,229,186). Sum of RGB (Red+Green+Blue) = 172+229+186=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5BA is #531A45. Grayscale: #CFCFCF. Windows color (decimal): -5446214 or 12248492. OLE color: 12248492.

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

Color convert

RGB 172 229 186 -
CMYK 0.25 0 0.19 0.10
HSL 134.74º 0.52% 0.79% -
HSV(B) 134.74º 0.25% 0.9% -
XYZ 53.9 68.35 56.81 -
YUV 207.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 172 229 186 0.25 0 0.19 0.10 134.74 0.52 0.79
Hex AC E5 BA 19 0 13 A 87 34 4F
Octal 254 345 272 31 0 23 12 207 64 117
Binary 10101100 11100101 10111010 11001 0 10011 1010 10000111 110100 1001111

Color Harmonies of #ACE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5BA

Black with #ACE5BA

Text Example


Text Example

White with #ACE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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