Html Css Color HEX #ACE4BA Fringy Flower

📋 copy color: '#ACE4BA'

red 172 ◦ green 228 ◦ blue 186

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

Shades of Fringy Flower #ACE4BA

Tints of Fringy Flower #ACE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

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

R = 29.35%
G = 38.91%
B = 31.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#ACE4BA (or 0xACE4BA) is known color: Fringy Flower. HEX triplet: AC, E4 and BA. RGB value is (172,228,186). Sum of RGB (Red+Green+Blue) = 172+228+186=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4BA is #531B45. Grayscale: #CECECE. Windows color (decimal): -5446470 or 12248236. OLE color: 12248236.

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

Color convert

RGB 172 228 186 -
CMYK 0.25 0 0.18 0.11
HSL 135º 0.51% 0.78% -
HSV(B) 135º 0.25% 0.89% -
XYZ 53.62 67.8 56.72 -
YUV 206.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 172 228 186 0.25 0 0.18 0.11 135 0.51 0.78
Hex AC E4 BA 19 0 12 B 87 33 4E
Octal 254 344 272 31 0 22 13 207 63 116
Binary 10101100 11100100 10111010 11001 0 10010 1011 10000111 110011 1001110

Color Harmonies of #ACE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4BA

Black with #ACE4BA

Text Example


Text Example

White with #ACE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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