Html Css Color HEX #ACE0BC Fringy Flower

📋 copy color: '#ACE0BC'

red 172 ◦ green 224 ◦ blue 188

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

Shades of Fringy Flower #ACE0BC

Tints of Fringy Flower #ACE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.36%

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

R = 29.45%
G = 38.36%
B = 32.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#ACE0BC (or 0xACE0BC) is known color: Fringy Flower. HEX triplet: AC, E0 and BC. RGB value is (172,224,188). Sum of RGB (Red+Green+Blue) = 172+224+188=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BC is #531F43. Grayscale: #CCCCCC. Windows color (decimal): -5447492 or 12378284. OLE color: 12378284.

HSL color Cylindrical-coordinate representation of color #ACE0BC: hue angle of 138.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0BC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 188 -
CMYK 0.23 0 0.16 0.12
HSL 138.46º 0.46% 0.78% -
HSV(B) 138.46º 0.23% 0.88% -
XYZ 52.75 65.71 57.48 -
YUV 204.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 172 224 188 0.23 0 0.16 0.12 138.46 0.46 0.78
Hex AC E0 BC 17 0 10 C 8A 2E 4E
Octal 254 340 274 27 0 20 14 212 56 116
Binary 10101100 11100000 10111100 10111 0 10000 1100 10001010 101110 1001110

Color Harmonies of #ACE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0BC

Black with #ACE0BC

Text Example


Text Example

White with #ACE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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