Html Css Color HEX #ACDFBA Fringy Flower

📋 copy color: '#ACDFBA'

red 172 ◦ green 223 ◦ blue 186

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

Shades of Fringy Flower #ACDFBA

Tints of Fringy Flower #ACDFBA

RGB

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

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

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

R = 29.6%
G = 38.38%
B = 32.01%

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

#ACDFBA (or 0xACDFBA) is known color: Fringy Flower. HEX triplet: AC, DF and BA. RGB value is (172,223,186). Sum of RGB (Red+Green+Blue) = 172+223+186=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFBA is #532045. Grayscale: #CBCBCB. Windows color (decimal): -5447750 or 12246956. OLE color: 12246956.

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

Color convert

RGB 172 223 186 -
CMYK 0.23 0 0.17 0.13
HSL 136.47º 0.44% 0.77% -
HSV(B) 136.47º 0.23% 0.87% -
XYZ 52.26 65.09 56.26 -
YUV 203.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 172 223 186 0.23 0 0.17 0.13 136.47 0.44 0.77
Hex AC DF BA 17 0 11 D 88 2C 4D
Octal 254 337 272 27 0 21 15 210 54 115
Binary 10101100 11011111 10111010 10111 0 10001 1101 10001000 101100 1001101

Color Harmonies of #ACDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFBA

Black with #ACDFBA

Text Example


Text Example

White with #ACDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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