Html Css Color HEX #ACE2BA Fringy Flower

📋 copy color: '#ACE2BA'

red 172 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #ACE2BA

Tints of Fringy Flower #ACE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.7%

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

R = 29.45%
G = 38.7%
B = 31.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#ACE2BA (or 0xACE2BA) is known color: Fringy Flower. HEX triplet: AC, E2 and BA. RGB value is (172,226,186). Sum of RGB (Red+Green+Blue) = 172+226+186=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2BA is #531D45. Grayscale: #CDCDCD. Windows color (decimal): -5446982 or 12247724. OLE color: 12247724.

HSL color Cylindrical-coordinate representation of color #ACE2BA: hue angle of 135.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2BA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 226 186 -
CMYK 0.24 0 0.18 0.11
HSL 135.56º 0.48% 0.78% -
HSV(B) 135.56º 0.24% 0.89% -
XYZ 53.07 66.71 56.53 -
YUV 205.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 172 226 186 0.24 0 0.18 0.11 135.56 0.48 0.78
Hex AC E2 BA 18 0 12 B 88 30 4E
Octal 254 342 272 30 0 22 13 210 60 116
Binary 10101100 11100010 10111010 11000 0 10010 1011 10001000 110000 1001110

Color Harmonies of #ACE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE2BA

Black with #ACE2BA

Text Example


Text Example

White with #ACE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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