Html Css Color HEX #ACDEB8 Fringy Flower

📋 copy color: '#ACDEB8'

red 172 ◦ green 222 ◦ blue 184

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

Shades of Fringy Flower #ACDEB8

Tints of Fringy Flower #ACDEB8

RGB

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

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

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

R = 29.76%
G = 38.41%
B = 31.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#ACDEB8 (or 0xACDEB8) is known color: Fringy Flower. HEX triplet: AC, DE and B8. RGB value is (172,222,184). Sum of RGB (Red+Green+Blue) = 172+222+184=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEB8 is #532147. Grayscale: #CACACA. Windows color (decimal): -5448008 or 12115628. OLE color: 12115628.

HSL color Cylindrical-coordinate representation of color #ACDEB8: hue angle of 134.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 #ACDEB8 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 184 -
CMYK 0.23 0 0.17 0.13
HSL 134.4º 0.43% 0.77% -
HSV(B) 134.4º 0.23% 0.87% -
XYZ 51.79 64.47 55.06 -
YUV 202.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 172 222 184 0.23 0 0.17 0.13 134.4 0.43 0.77
Hex AC DE B8 17 0 11 D 86 2B 4D
Octal 254 336 270 27 0 21 15 206 53 115
Binary 10101100 11011110 10111000 10111 0 10001 1101 10000110 101011 1001101

Color Harmonies of #ACDEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEB8

Black with #ACDEB8

Text Example


Text Example

White with #ACDEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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