Html Css Color HEX #ACE1BA Fringy Flower

📋 copy color: '#ACE1BA'

red 172 ◦ green 225 ◦ blue 186

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

Shades of Fringy Flower #ACE1BA

Tints of Fringy Flower #ACE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.59%

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

R = 29.5%
G = 38.59%
B = 31.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#ACE1BA (or 0xACE1BA) is known color: Fringy Flower. HEX triplet: AC, E1 and BA. RGB value is (172,225,186). Sum of RGB (Red+Green+Blue) = 172+225+186=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1BA is #531E45. Grayscale: #CCCCCC. Windows color (decimal): -5447238 or 12247468. OLE color: 12247468.

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

Color convert

RGB 172 225 186 -
CMYK 0.24 0 0.17 0.12
HSL 135.85º 0.47% 0.78% -
HSV(B) 135.85º 0.24% 0.88% -
XYZ 52.8 66.17 56.44 -
YUV 204.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 172 225 186 0.24 0 0.17 0.12 135.85 0.47 0.78
Hex AC E1 BA 18 0 11 C 88 2F 4E
Octal 254 341 272 30 0 21 14 210 57 116
Binary 10101100 11100001 10111010 11000 0 10001 1100 10001000 101111 1001110

Color Harmonies of #ACE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1BA

Black with #ACE1BA

Text Example


Text Example

White with #ACE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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