Html Css Color HEX #ACDEC0 Fringy Flower

📋 copy color: '#ACDEC0'

red 172 ◦ green 222 ◦ blue 192

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

Shades of Fringy Flower #ACDEC0

Tints of Fringy Flower #ACDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 29.35%
G = 37.88%
B = 32.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#ACDEC0 (or 0xACDEC0) is known color: Fringy Flower. HEX triplet: AC, DE and C0. RGB value is (172,222,192). Sum of RGB (Red+Green+Blue) = 172+222+192=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC0 is #53213F. Grayscale: #CBCBCB. Windows color (decimal): -5448000 or 12639916. OLE color: 12639916.

HSL color Cylindrical-coordinate representation of color #ACDEC0: hue angle of 144º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 192 -
CMYK 0.23 0 0.14 0.13
HSL 144º 0.43% 0.77% -
HSV(B) 144º 0.23% 0.87% -
XYZ 52.65 64.82 59.61 -
YUV 203.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 172 222 192 0.23 0 0.14 0.13 144 0.43 0.77
Hex AC DE C0 17 0 E D 90 2B 4D
Octal 254 336 300 27 0 16 15 220 53 115
Binary 10101100 11011110 11000000 10111 0 1110 1101 10010000 101011 1001101

Color Harmonies of #ACDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEC0

Black with #ACDEC0

Text Example


Text Example

White with #ACDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEC0; }

 p { color: rgb(172,222,192); }

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

background-color css

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

 a { background-color: rgb(172,222,192); }

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

border-color css

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

 span { border-color: rgb(172,222,192); }

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