Html Css Color HEX #ACDDC1 Fringy Flower

📋 copy color: '#ACDDC1'

red 172 ◦ green 221 ◦ blue 193

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

Shades of Fringy Flower #ACDDC1

Tints of Fringy Flower #ACDDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.94%

R = 29.35%
G = 37.71%
B = 32.94%

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

#ACDDC1 (or 0xACDDC1) is known color: Fringy Flower. HEX triplet: AC, DD and C1. RGB value is (172,221,193). Sum of RGB (Red+Green+Blue) = 172+221+193=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC1 is #53223E. Grayscale: #CBCBCB. Windows color (decimal): -5448255 or 12705196. OLE color: 12705196.

HSL color Cylindrical-coordinate representation of color #ACDDC1: hue angle of 145.71º 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 #ACDDC1 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 193 -
CMYK 0.22 0 0.13 0.13
HSL 145.71º 0.42% 0.77% -
HSV(B) 145.71º 0.22% 0.87% -
XYZ 52.5 64.33 60.1 -
YUV 203.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 172 221 193 0.22 0 0.13 0.13 145.71 0.42 0.77
Hex AC DD C1 16 0 D D 92 2A 4D
Octal 254 335 301 26 0 15 15 222 52 115
Binary 10101100 11011101 11000001 10110 0 1101 1101 10010010 101010 1001101

Color Harmonies of #ACDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDC1

Black with #ACDDC1

Text Example


Text Example

White with #ACDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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