Html Css Color HEX #ACDABD Fringy Flower

📋 copy color: '#ACDABD'

red 172 ◦ green 218 ◦ blue 189

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

Shades of Fringy Flower #ACDABD

Tints of Fringy Flower #ACDABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 29.71%
G = 37.65%
B = 32.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#ACDABD (or 0xACDABD) is known color: Fringy Flower. HEX triplet: AC, DA and BD. RGB value is (172,218,189). Sum of RGB (Red+Green+Blue) = 172+218+189=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDABD is #532542. Grayscale: #C9C9C9. Windows color (decimal): -5449027 or 12442284. OLE color: 12442284.

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

Color convert

RGB 172 218 189 -
CMYK 0.21 0 0.13 0.15
HSL 142.17º 0.38% 0.76% -
HSV(B) 142.17º 0.21% 0.85% -
XYZ 51.27 62.59 57.52 -
YUV 200.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 172 218 189 0.21 0 0.13 0.15 142.17 0.38 0.76
Hex AC DA BD 15 0 D F 8E 26 4C
Octal 254 332 275 25 0 15 17 216 46 114
Binary 10101100 11011010 10111101 10101 0 1101 1111 10001110 100110 1001100

Color Harmonies of #ACDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDABD

Black with #ACDABD

Text Example


Text Example

White with #ACDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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