Html Css Color HEX #ACE1B5 Fringy Flower

📋 copy color: '#ACE1B5'

red 172 ◦ green 225 ◦ blue 181

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

Shades of Fringy Flower #ACE1B5

Tints of Fringy Flower #ACE1B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.31%

R = 29.76%
G = 38.93%
B = 31.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#ACE1B5 (or 0xACE1B5) is known color: Fringy Flower. HEX triplet: AC, E1 and B5. RGB value is (172,225,181). Sum of RGB (Red+Green+Blue) = 172+225+181=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1B5 is #531E4A. Grayscale: #CCCCCC. Windows color (decimal): -5447243 or 11919788. OLE color: 11919788.

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

Color convert

RGB 172 225 181 -
CMYK 0.24 0 0.20 0.12
HSL 130.19º 0.47% 0.78% -
HSV(B) 130.19º 0.24% 0.88% -
XYZ 52.28 65.96 53.69 -
YUV 204.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 172 225 181 0.24 0 0.20 0.12 130.19 0.47 0.78
Hex AC E1 B5 18 0 14 C 82 2F 4E
Octal 254 341 265 30 0 24 14 202 57 116
Binary 10101100 11100001 10110101 11000 0 10100 1100 10000010 101111 1001110

Color Harmonies of #ACE1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1B5

Black with #ACE1B5

Text Example


Text Example

White with #ACE1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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