Html Css Color HEX #ACD9B8 Fringy Flower

📋 copy color: '#ACD9B8'

red 172 ◦ green 217 ◦ blue 184

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

Shades of Fringy Flower #ACD9B8

Tints of Fringy Flower #ACD9B8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.87%

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

R = 30.02%
G = 37.87%
B = 32.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#ACD9B8 (or 0xACD9B8) is known color: Fringy Flower. HEX triplet: AC, D9 and B8. RGB value is (172,217,184). Sum of RGB (Red+Green+Blue) = 172+217+184=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9B8 is #532647. Grayscale: #C7C7C7. Windows color (decimal): -5449288 or 12114348. OLE color: 12114348.

HSL color Cylindrical-coordinate representation of color #ACD9B8: hue angle of 136º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9B8 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 184 -
CMYK 0.21 0 0.15 0.15
HSL 136º 0.37% 0.76% -
HSV(B) 136º 0.21% 0.85% -
XYZ 50.48 61.86 54.63 -
YUV 199.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 172 217 184 0.21 0 0.15 0.15 136 0.37 0.76
Hex AC D9 B8 15 0 F F 88 25 4C
Octal 254 331 270 25 0 17 17 210 45 114
Binary 10101100 11011001 10111000 10101 0 1111 1111 10001000 100101 1001100

Color Harmonies of #ACD9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9B8

Black with #ACD9B8

Text Example


Text Example

White with #ACD9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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