Html Css Color HEX #ACE1B9 Fringy Flower

📋 copy color: '#ACE1B9'

red 172 ◦ green 225 ◦ blue 185

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

Shades of Fringy Flower #ACE1B9

Tints of Fringy Flower #ACE1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.79%

R = 29.55%
G = 38.66%
B = 31.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#ACE1B9 (or 0xACE1B9) is known color: Fringy Flower. HEX triplet: AC, E1 and B9. RGB value is (172,225,185). Sum of RGB (Red+Green+Blue) = 172+225+185=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1B9 is #531E46. Grayscale: #CCCCCC. Windows color (decimal): -5447239 or 12181932. OLE color: 12181932.

HSL color Cylindrical-coordinate representation of color #ACE1B9: hue angle of 134.72º 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 #ACE1B9 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 185 -
CMYK 0.24 0 0.18 0.12
HSL 134.72º 0.47% 0.78% -
HSV(B) 134.72º 0.24% 0.88% -
XYZ 52.7 66.12 55.88 -
YUV 204.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 172 225 185 0.24 0 0.18 0.12 134.72 0.47 0.78
Hex AC E1 B9 18 0 12 C 87 2F 4E
Octal 254 341 271 30 0 22 14 207 57 116
Binary 10101100 11100001 10111001 11000 0 10010 1100 10000111 101111 1001110

Color Harmonies of #ACE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1B9

Black with #ACE1B9

Text Example


Text Example

White with #ACE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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