Html Css Color HEX #ACE9C2 Fringy Flower

📋 copy color: '#ACE9C2'

red 172 ◦ green 233 ◦ blue 194

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

Shades of Fringy Flower #ACE9C2

Tints of Fringy Flower #ACE9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.9%

 BLUE value IS 194 (76.17% from 255) = 32.39%

R = 28.71%
G = 38.9%
B = 32.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#ACE9C2 (or 0xACE9C2) is known color: Fringy Flower. HEX triplet: AC, E9 and C2. RGB value is (172,233,194). Sum of RGB (Red+Green+Blue) = 172+233+194=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9C2 is #53163D. Grayscale: #D2D2D2. Windows color (decimal): -5445182 or 12773804. OLE color: 12773804.

HSL color Cylindrical-coordinate representation of color #ACE9C2: hue angle of 141.64º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9C2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 194 -
CMYK 0.26 0 0.17 0.09
HSL 141.64º 0.58% 0.79% -
HSV(B) 141.64º 0.26% 0.91% -
XYZ 55.89 70.94 61.79 -
YUV 210.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 172 233 194 0.26 0 0.17 0.09 141.64 0.58 0.79
Hex AC E9 C2 1A 0 11 9 8E 3A 4F
Octal 254 351 302 32 0 21 11 216 72 117
Binary 10101100 11101001 11000010 11010 0 10001 1001 10001110 111010 1001111

Color Harmonies of #ACE9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9C2

Black with #ACE9C2

Text Example


Text Example

White with #ACE9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9C2; }

 p { color: rgb(172,233,194); }

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

background-color css

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

 a { background-color: rgb(172,233,194); }

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

border-color css

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

 span { border-color: rgb(172,233,194); }

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