Html Css Color HEX #ACDFB8 Fringy Flower

📋 copy color: '#ACDFB8'

red 172 ◦ green 223 ◦ blue 184

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

Shades of Fringy Flower #ACDFB8

Tints of Fringy Flower #ACDFB8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

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

R = 29.71%
G = 38.51%
B = 31.78%

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

#ACDFB8 (or 0xACDFB8) is known color: Fringy Flower. HEX triplet: AC, DF and B8. RGB value is (172,223,184). Sum of RGB (Red+Green+Blue) = 172+223+184=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFB8 is #532047. Grayscale: #CBCBCB. Windows color (decimal): -5447752 or 12115884. OLE color: 12115884.

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

Color convert

RGB 172 223 184 -
CMYK 0.23 0 0.17 0.13
HSL 134.12º 0.44% 0.77% -
HSV(B) 134.12º 0.23% 0.87% -
XYZ 52.05 65.01 55.15 -
YUV 203.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 172 223 184 0.23 0 0.17 0.13 134.12 0.44 0.77
Hex AC DF B8 17 0 11 D 86 2C 4D
Octal 254 337 270 27 0 21 15 206 54 115
Binary 10101100 11011111 10111000 10111 0 10001 1101 10000110 101100 1001101

Color Harmonies of #ACDFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFB8

Black with #ACDFB8

Text Example


Text Example

White with #ACDFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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