Html Css Color HEX #ACE0BE Fringy Flower

📋 copy color: '#ACE0BE'

red 172 ◦ green 224 ◦ blue 190

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

Shades of Fringy Flower #ACE0BE

Tints of Fringy Flower #ACE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

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

R = 29.35%
G = 38.23%
B = 32.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#ACE0BE (or 0xACE0BE) is known color: Fringy Flower. HEX triplet: AC, E0 and BE. RGB value is (172,224,190). Sum of RGB (Red+Green+Blue) = 172+224+190=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BE is #531F41. Grayscale: #CCCCCC. Windows color (decimal): -5447490 or 12509356. OLE color: 12509356.

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

Color convert

RGB 172 224 190 -
CMYK 0.23 0 0.15 0.12
HSL 140.77º 0.46% 0.78% -
HSV(B) 140.77º 0.23% 0.88% -
XYZ 52.96 65.8 58.62 -
YUV 204.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 172 224 190 0.23 0 0.15 0.12 140.77 0.46 0.78
Hex AC E0 BE 17 0 F C 8D 2E 4E
Octal 254 340 276 27 0 17 14 215 56 116
Binary 10101100 11100000 10111110 10111 0 1111 1100 10001101 101110 1001110

Color Harmonies of #ACE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0BE

Black with #ACE0BE

Text Example


Text Example

White with #ACE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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