Html Css Color HEX #ACDDB8 Fringy Flower

📋 copy color: '#ACDDB8'

red 172 ◦ green 221 ◦ blue 184

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

Shades of Fringy Flower #ACDDB8

Tints of Fringy Flower #ACDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 29.81%
G = 38.3%
B = 31.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#ACDDB8 (or 0xACDDB8) is known color: Fringy Flower. HEX triplet: AC, DD and B8. RGB value is (172,221,184). Sum of RGB (Red+Green+Blue) = 172+221+184=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB8 is #532247. Grayscale: #CACACA. Windows color (decimal): -5448264 or 12115372. OLE color: 12115372.

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

Color convert

RGB 172 221 184 -
CMYK 0.22 0 0.17 0.13
HSL 134.69º 0.42% 0.77% -
HSV(B) 134.69º 0.22% 0.87% -
XYZ 51.52 63.94 54.97 -
YUV 202.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 172 221 184 0.22 0 0.17 0.13 134.69 0.42 0.77
Hex AC DD B8 16 0 11 D 87 2A 4D
Octal 254 335 270 26 0 21 15 207 52 115
Binary 10101100 11011101 10111000 10110 0 10001 1101 10000111 101010 1001101

Color Harmonies of #ACDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDB8

Black with #ACDDB8

Text Example


Text Example

White with #ACDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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