Html Css Color HEX #ACD9BA Fringy Flower

📋 copy color: '#ACD9BA'

red 172 ◦ green 217 ◦ blue 186

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

Shades of Fringy Flower #ACD9BA

Tints of Fringy Flower #ACD9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.35%

R = 29.91%
G = 37.74%
B = 32.35%

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

#ACD9BA (or 0xACD9BA) is known color: Fringy Flower. HEX triplet: AC, D9 and BA. RGB value is (172,217,186). Sum of RGB (Red+Green+Blue) = 172+217+186=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BA is #532645. Grayscale: #C8C8C8. Windows color (decimal): -5449286 or 12245420. OLE color: 12245420.

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

Color convert

RGB 172 217 186 -
CMYK 0.21 0 0.14 0.15
HSL 138.67º 0.37% 0.76% -
HSV(B) 138.67º 0.21% 0.85% -
XYZ 50.69 61.94 55.74 -
YUV 200.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 172 217 186 0.21 0 0.14 0.15 138.67 0.37 0.76
Hex AC D9 BA 15 0 E F 8B 25 4C
Octal 254 331 272 25 0 16 17 213 45 114
Binary 10101100 11011001 10111010 10101 0 1110 1111 10001011 100101 1001100

Color Harmonies of #ACD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9BA

Black with #ACD9BA

Text Example


Text Example

White with #ACD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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