Html Css Color HEX #ACE6BF Fringy Flower

📋 copy color: '#ACE6BF'

red 172 ◦ green 230 ◦ blue 191

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

Shades of Fringy Flower #ACE6BF

Tints of Fringy Flower #ACE6BF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.79%

 BLUE value IS 191 (75% from 255) = 32.21%

R = 29.01%
G = 38.79%
B = 32.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#ACE6BF (or 0xACE6BF) is known color: Fringy Flower. HEX triplet: AC, E6 and BF. RGB value is (172,230,191). Sum of RGB (Red+Green+Blue) = 172+230+191=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6BF is #531940. Grayscale: #D0D0D0. Windows color (decimal): -5445953 or 12576428. OLE color: 12576428.

HSL color Cylindrical-coordinate representation of color #ACE6BF: hue angle of 139.66º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6BF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 191 -
CMYK 0.25 0 0.17 0.10
HSL 139.66º 0.54% 0.79% -
HSV(B) 139.66º 0.25% 0.9% -
XYZ 54.71 69.13 59.75 -
YUV 208.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 172 230 191 0.25 0 0.17 0.10 139.66 0.54 0.79
Hex AC E6 BF 19 0 11 A 8C 36 4F
Octal 254 346 277 31 0 21 12 214 66 117
Binary 10101100 11100110 10111111 11001 0 10001 1010 10001100 110110 1001111

Color Harmonies of #ACE6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6BF

Black with #ACE6BF

Text Example


Text Example

White with #ACE6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6BF; }

 p { color: rgb(172,230,191); }

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

background-color css

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

 a { background-color: rgb(172,230,191); }

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

border-color css

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

 span { border-color: rgb(172,230,191); }

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