Html Css Color HEX #ACE6BC Fringy Flower

📋 copy color: '#ACE6BC'

red 172 ◦ green 230 ◦ blue 188

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

Shades of Fringy Flower #ACE6BC

Tints of Fringy Flower #ACE6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.86%

R = 29.15%
G = 38.98%
B = 31.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#ACE6BC (or 0xACE6BC) is known color: Fringy Flower. HEX triplet: AC, E6 and BC. RGB value is (172,230,188). Sum of RGB (Red+Green+Blue) = 172+230+188=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6BC is #531943. Grayscale: #CFCFCF. Windows color (decimal): -5445956 or 12379820. OLE color: 12379820.

HSL color Cylindrical-coordinate representation of color #ACE6BC: hue angle of 136.55º 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 #ACE6BC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 188 -
CMYK 0.25 0 0.18 0.10
HSL 136.55º 0.54% 0.79% -
HSV(B) 136.55º 0.25% 0.9% -
XYZ 54.39 69 58.03 -
YUV 207.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 172 230 188 0.25 0 0.18 0.10 136.55 0.54 0.79
Hex AC E6 BC 19 0 12 A 89 36 4F
Octal 254 346 274 31 0 22 12 211 66 117
Binary 10101100 11100110 10111100 11001 0 10010 1010 10001001 110110 1001111

Color Harmonies of #ACE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6BC

Black with #ACE6BC

Text Example


Text Example

White with #ACE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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