Html Css Color HEX #ACE6BD Fringy Flower

📋 copy color: '#ACE6BD'

red 172 ◦ green 230 ◦ blue 189

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

Shades of Fringy Flower #ACE6BD

Tints of Fringy Flower #ACE6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.98%

R = 29.1%
G = 38.92%
B = 31.98%

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

#ACE6BD (or 0xACE6BD) is known color: Fringy Flower. HEX triplet: AC, E6 and BD. RGB value is (172,230,189). Sum of RGB (Red+Green+Blue) = 172+230+189=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6BD is #531942. Grayscale: #D0D0D0. Windows color (decimal): -5445955 or 12445356. OLE color: 12445356.

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

Color convert

RGB 172 230 189 -
CMYK 0.25 0 0.18 0.10
HSL 137.59º 0.54% 0.79% -
HSV(B) 137.59º 0.25% 0.9% -
XYZ 54.5 69.04 58.6 -
YUV 207.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 172 230 189 0.25 0 0.18 0.10 137.59 0.54 0.79
Hex AC E6 BD 19 0 12 A 8A 36 4F
Octal 254 346 275 31 0 22 12 212 66 117
Binary 10101100 11100110 10111101 11001 0 10010 1010 10001010 110110 1001111

Color Harmonies of #ACE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6BD

Black with #ACE6BD

Text Example


Text Example

White with #ACE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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