Html Css Color HEX #ACD9BB Fringy Flower

📋 copy color: '#ACD9BB'

red 172 ◦ green 217 ◦ blue 187

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

Shades of Fringy Flower #ACD9BB

Tints of Fringy Flower #ACD9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 29.86%
G = 37.67%
B = 32.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#ACD9BB (or 0xACD9BB) is known color: Fringy Flower. HEX triplet: AC, D9 and BB. RGB value is (172,217,187). Sum of RGB (Red+Green+Blue) = 172+217+187=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BB is #532644. Grayscale: #C8C8C8. Windows color (decimal): -5449285 or 12310956. OLE color: 12310956.

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

Color convert

RGB 172 217 187 -
CMYK 0.21 0 0.14 0.15
HSL 140º 0.37% 0.76% -
HSV(B) 140º 0.21% 0.85% -
XYZ 50.8 61.98 56.3 -
YUV 200.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 172 217 187 0.21 0 0.14 0.15 140 0.37 0.76
Hex AC D9 BB 15 0 E F 8C 25 4C
Octal 254 331 273 25 0 16 17 214 45 114
Binary 10101100 11011001 10111011 10101 0 1110 1111 10001100 100101 1001100

Color Harmonies of #ACD9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9BB

Black with #ACD9BB

Text Example


Text Example

White with #ACD9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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