Html Css Color HEX #ACDEBD Fringy Flower

📋 copy color: '#ACDEBD'

red 172 ◦ green 222 ◦ blue 189

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

Shades of Fringy Flower #ACDEBD

Tints of Fringy Flower #ACDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.08%

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

R = 29.5%
G = 38.08%
B = 32.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#ACDEBD (or 0xACDEBD) is known color: Fringy Flower. HEX triplet: AC, DE and BD. RGB value is (172,222,189). Sum of RGB (Red+Green+Blue) = 172+222+189=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEBD is #532142. Grayscale: #CBCBCB. Windows color (decimal): -5448003 or 12443308. OLE color: 12443308.

HSL color Cylindrical-coordinate representation of color #ACDEBD: hue angle of 140.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEBD is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 189 -
CMYK 0.23 0 0.15 0.13
HSL 140.4º 0.43% 0.77% -
HSV(B) 140.4º 0.23% 0.87% -
XYZ 52.32 64.69 57.87 -
YUV 203.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 172 222 189 0.23 0 0.15 0.13 140.4 0.43 0.77
Hex AC DE BD 17 0 F D 8C 2B 4D
Octal 254 336 275 27 0 17 15 214 53 115
Binary 10101100 11011110 10111101 10111 0 1111 1101 10001100 101011 1001101

Color Harmonies of #ACDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEBD

Black with #ACDEBD

Text Example


Text Example

White with #ACDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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