Html Css Color HEX #ACDDB6 Fringy Flower

📋 copy color: '#ACDDB6'

red 172 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #ACDDB6

Tints of Fringy Flower #ACDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.65%

R = 29.91%
G = 38.43%
B = 31.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#ACDDB6 (or 0xACDDB6) is known color: Fringy Flower. HEX triplet: AC, DD and B6. RGB value is (172,221,182). Sum of RGB (Red+Green+Blue) = 172+221+182=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB6 is #532249. Grayscale: #CACACA. Windows color (decimal): -5448266 or 11984300. OLE color: 11984300.

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

Color convert

RGB 172 221 182 -
CMYK 0.22 0 0.18 0.13
HSL 132.24º 0.42% 0.77% -
HSV(B) 132.24º 0.22% 0.87% -
XYZ 51.31 63.86 53.88 -
YUV 201.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 172 221 182 0.22 0 0.18 0.13 132.24 0.42 0.77
Hex AC DD B6 16 0 12 D 84 2A 4D
Octal 254 335 266 26 0 22 15 204 52 115
Binary 10101100 11011101 10110110 10110 0 10010 1101 10000100 101010 1001101

Color Harmonies of #ACDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDB6

Black with #ACDDB6

Text Example


Text Example

White with #ACDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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