Html Css Color HEX #ACDDBD Fringy Flower

📋 copy color: '#ACDDBD'

red 172 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #ACDDBD

Tints of Fringy Flower #ACDDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.47%

R = 29.55%
G = 37.97%
B = 32.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#ACDDBD (or 0xACDDBD) is known color: Fringy Flower. HEX triplet: AC, DD and BD. RGB value is (172,221,189). Sum of RGB (Red+Green+Blue) = 172+221+189=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDBD is #532242. Grayscale: #CACACA. Windows color (decimal): -5448259 or 12443052. OLE color: 12443052.

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

Color convert

RGB 172 221 189 -
CMYK 0.22 0 0.14 0.13
HSL 140.82º 0.42% 0.77% -
HSV(B) 140.82º 0.22% 0.87% -
XYZ 52.06 64.16 57.78 -
YUV 202.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 172 221 189 0.22 0 0.14 0.13 140.82 0.42 0.77
Hex AC DD BD 16 0 E D 8D 2A 4D
Octal 254 335 275 26 0 16 15 215 52 115
Binary 10101100 11011101 10111101 10110 0 1110 1101 10001101 101010 1001101

Color Harmonies of #ACDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDBD

Black with #ACDDBD

Text Example


Text Example

White with #ACDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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