Html Css Color HEX #ACDDC0 Fringy Flower

📋 copy color: '#ACDDC0'

red 172 ◦ green 221 ◦ blue 192

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

Shades of Fringy Flower #ACDDC0

Tints of Fringy Flower #ACDDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

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

R = 29.4%
G = 37.78%
B = 32.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ACDDC0 (or 0xACDDC0) is known color: Fringy Flower. HEX triplet: AC, DD and C0. RGB value is (172,221,192). Sum of RGB (Red+Green+Blue) = 172+221+192=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC0 is #53223F. Grayscale: #CBCBCB. Windows color (decimal): -5448256 or 12639660. OLE color: 12639660.

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

Color convert

RGB 172 221 192 -
CMYK 0.22 0 0.13 0.13
HSL 144.49º 0.42% 0.77% -
HSV(B) 144.49º 0.22% 0.87% -
XYZ 52.38 64.29 59.52 -
YUV 203.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 172 221 192 0.22 0 0.13 0.13 144.49 0.42 0.77
Hex AC DD C0 16 0 D D 90 2A 4D
Octal 254 335 300 26 0 15 15 220 52 115
Binary 10101100 11011101 11000000 10110 0 1101 1101 10010000 101010 1001101

Color Harmonies of #ACDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDC0

Black with #ACDDC0

Text Example


Text Example

White with #ACDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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